Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » util » [javadoc | source]
org.apache.cocoon.poi.util
public class: HexDump [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.util.HexDump
dump data in hexadecimal format; derived from a HexDump utility I wrote in June 2001
Field Summary
public static final  String EOL     
Method from org.apache.cocoon.poi.util.HexDump Summary:
dump
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.util.HexDump Detail:
 public static  void dump(byte[] data,
    long offset,
    OutputStream stream,
    int index) throws IllegalArgumentException, IOException, ArrayIndexOutOfBoundsException 
    dump an array of bytes to an OutputStream