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, write
public HexOutputStream(Writer out)
public void flush()
flush
in interface Flushable
flush
in class OutputStream
public void write(int b)
write
in class OutputStream
Copyright © 2018 Arno Unkrig. All rights reserved.