@Deprecated
public class UnclosableOutputStream
extends java.io.FilterOutputStream
FilterOutputStream which ignores all invocations of close().| Constructor and Description |
|---|
UnclosableOutputStream(java.io.OutputStream delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
public UnclosableOutputStream(java.io.OutputStream delegate)
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStream