public class NoCloseOutputStream extends FilterOutputStream
OutputStream that cannot be closed.out| Constructor and Description |
|---|
NoCloseOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
doClose() |
flush, write, write, writepublic NoCloseOutputStream(OutputStream out)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void doClose()
throws IOException
IOExceptionCopyright © 2015 Oracle Corporation. All rights reserved.