public class FullyBufferedOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
FullyBufferedOutputStream(OutputStream out) |
public FullyBufferedOutputStream(OutputStream out)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOExceptionCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.