public class NonCloseableBufferedOutputStream extends BufferedOutputStream
buf, countout| Constructor and Description |
|---|
NonCloseableBufferedOutputStream(OutputStream out) |
NonCloseableBufferedOutputStream(OutputStream out,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
flush, write, writewritepublic NonCloseableBufferedOutputStream(OutputStream out)
public NonCloseableBufferedOutputStream(OutputStream out, int size)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2018. All rights reserved.