|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a place where bytes can be written to and then read from.
Method Summary | |
void |
close()
Tidies up. |
void |
copy(OutputStream out)
Takes all the data written so far into this store's sink stream and copies it to a destination stream. |
OutputStream |
getOutputStream()
Returns an output stream which can be used to write to the store. |
Method Detail |
public OutputStream getOutputStream()
BufferedOutputStream
for efficiency if required.
public void copy(OutputStream out) throws IOException
out
- data destination stream
IOException
public void close()
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |