|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
de.unkrig.commons.io.HexOutputStream
public class HexOutputStream
An OutputStream that formats and prints the data written to it in lines of 32 bytes.
| Constructor Summary | |
|---|---|
HexOutputStream(java.io.Writer out)
|
|
| Method Summary | |
|---|---|
void |
flush()
|
void |
write(int b)
|
| Methods inherited from class java.io.OutputStream |
|---|
close, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HexOutputStream(java.io.Writer out)
| Method Detail |
|---|
public void flush()
flush in interface java.io.Flushableflush in class java.io.OutputStreampublic void write(int b)
write in class java.io.OutputStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||