public class DebugOutputStream extends FilterOutputStream
out
Constructor and Description |
---|
DebugOutputStream(OutputStream arg0) |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, write
public DebugOutputStream(OutputStream arg0)
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
Copyright © 2008–2015. All rights reserved.