public class UncloseableOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
UncloseableOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] b,
int off,
int len) |
flush, write, writepublic UncloseableOutputStream(OutputStream out)
public void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2002–2025 Devexperts LLC. All rights reserved.