public class HexOutputStream extends OutputStream
OutputStream that formats and prints the data written to it in lines of 32 bytes.| Constructor and Description |
|---|
HexOutputStream(Writer out) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(int b) |
close, write, writepublic HexOutputStream(Writer out)
public void flush()
flush in interface Flushableflush in class OutputStreampublic void write(int b)
write in class OutputStreamCopyright © 2018 Arno Unkrig. All rights reserved.