public class CachedOutputStream extends BufferedOutputStream
buf, count
out
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, write
write
public CachedOutputStream(OutputStream out)
public CachedOutputStream(OutputStream out, int size)
public CachedOutputStream(File file) throws FileNotFoundException
FileNotFoundException
public CachedOutputStream(File file, int size) throws FileNotFoundException
FileNotFoundException
public void flush()
flush
in interface Flushable
flush
in class BufferedOutputStream
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
IOException
Copyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.