public class UncloseableOutputStream extends FilterOutputStream
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. All rights reserved.