Closeable, Flushable, AutoCloseablepublic class CloseShieldOutputStream extends OutputStream
| Constructor | Description |
|---|---|
CloseShieldOutputStream(OutputStream delegate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
Does nothing.
|
void |
flush() |
|
void |
write(byte[] b) |
|
void |
write(byte[] b,
int off,
int len) |
|
void |
write(int b) |
public CloseShieldOutputStream(OutputStream delegate)
public void close()
close in interface AutoCloseableclose in interface Closeableclose in class OutputStreampublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.