public class CachedOutputStream extends BufferedOutputStream
buf, countout| Constructor and Description |
|---|
CachedOutputStream(File file) |
CachedOutputStream(File file,
int size) |
CachedOutputStream(OutputStream out) |
CachedOutputStream(OutputStream out,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
write, writewritepublic CachedOutputStream(OutputStream out)
public CachedOutputStream(OutputStream out, int size)
public CachedOutputStream(File file) throws FileNotFoundException
FileNotFoundExceptionpublic CachedOutputStream(File file, int size) throws FileNotFoundException
FileNotFoundExceptionpublic void flush()
flush in interface Flushableflush in class BufferedOutputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.