public class HexOutputStream
extends java.io.OutputStream
OutputStream that formats and prints the data written to it in lines of 32 bytes.| Constructor and Description |
|---|
HexOutputStream(java.io.Writer out) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(int b) |