public class HexDumpStream extends FilterOutputStream
| Constructor and Description |
|---|
HexDumpStream(OutputStream out)
Creates a new HexOutputStream.
|
public HexDumpStream(OutputStream out)
out - The input stream.public void flush()
throws IOException
flush in interface Flushableflush 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 FilterOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.