public class UncloseableOutputStream extends FilterOutputStream
close() method. Instead, they must be closed by the creator using doClose().out| Constructor and Description | 
|---|
| UncloseableOutputStream(OutputStream parent)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| void | doClose()Invoke close on FilterOutputStream parent class. | 
flush, write, write, writepublic UncloseableOutputStream(OutputStream parent)
parent - output streampublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void doClose()
             throws IOException
IOExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.