public class DebuggingOutputStream
extends java.io.FilterOutputStream
| Constructor and Description |
|---|
DebuggingOutputStream(java.io.OutputStream out,
boolean debug) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public DebuggingOutputStream(java.io.OutputStream out,
boolean debug)
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOException