@Deprecated public class UnclosableOutputStream extends FilterOutputStream
FilterOutputStream which ignores all invocations of close().out| Constructor and Description |
|---|
UnclosableOutputStream(OutputStream delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
flush, write, writepublic UnclosableOutputStream(OutputStream delegate)
public void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamCopyright © 2018 Arno Unkrig. All rights reserved.