Class hexdump

java.lang.Object
  extended byhexdump

public class hexdump
extends java.lang.Object


Constructor Summary
hexdump()
           
 
Method Summary
static java.lang.String hexString(byte[] data)
           
static void print(java.io.PrintWriter out, byte[] data, int length, int addr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

hexdump

public hexdump()
Method Detail

hexString

public static java.lang.String hexString(byte[] data)

print

public static void print(java.io.PrintWriter out,
                         byte[] data,
                         int length,
                         int addr)