public class CachingOutputStream extends OutputStream
| Constructor and Description |
|---|
CachingOutputStream(OutputStream os) |
public CachingOutputStream(OutputStream os)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic byte[] getCache()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 2007-2012. All Rights Reserved.