public class UnclosableOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
UnclosableOutputStream(OutputStream source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
flush, write, write, writepublic UnclosableOutputStream(OutputStream source)
source - The decorated source stream.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2005–2025. All rights reserved.