public class DebugOutputStream extends FilterOutputStream
| Constructor and Description |
|---|
DebugOutputStream()
Output stream that debugs to system out.
|
DebugOutputStream(boolean passThrough) |
DebugOutputStream(OutputStream out) |
DebugOutputStream(OutputStream out,
boolean passThrough) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public DebugOutputStream()
public DebugOutputStream(OutputStream out)
public DebugOutputStream(boolean passThrough)
public DebugOutputStream(OutputStream out, boolean passThrough)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2016 jetbrick. All rights reserved.