@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, write
public UnclosableOutputStream(OutputStream delegate)
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
Copyright © 2018 Arno Unkrig. All rights reserved.