|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.objectwave.tools.DumpHex
| Constructor Summary | |
DumpHex()
|
|
| Method Summary | |
static void |
hexDump(byte[] bytes,
int read,
java.io.Writer writer)
This method will print a hex dump of the given byte array to the given output stream. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DumpHex()
| Method Detail |
public static void main(java.lang.String[] args)
public static void hexDump(byte[] bytes,
int read,
java.io.Writer writer)
throws java.io.IOException
bytes - the byte array to writewriter - the destination for the output.
java.io.IOException - thrown if there's an error writing strings to the writer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||