public class UncloseableOutputStream extends FilterOutputStream
OutputStream is never
closed in some particular context - typically when wrapped by another OutputStream that
should not be forwarding its OutputStream.close() calls. Not needed in production code.out| Constructor and Description |
|---|
UncloseableOutputStream(OutputStream s) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] b,
int off,
int len) |
flush, write, writepublic UncloseableOutputStream(OutputStream s)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreampublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.