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, write
public UncloseableOutputStream(OutputStream s)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
Copyright © 2021 BouncyCastle.org. All rights reserved.