| java.lang.Object org.apache.commons.io.HexDump
HexDump | public class HexDump (Code) | | Dumps data in hexadecimal format.
Provides a single function to take an array of bytes and display it
in hexadecimal form.
Origin of code: POI.
author: Scott Sanders author: Marc Johnson version: $Id: HexDump.java 437680 2006-08-28 11:57:00Z scolebourne $ |
Field Summary | |
final public static String | EOL The line-separator (initializes to "line.separator" system property. |
Constructor Summary | |
public | HexDump() Instances should NOT be constructed in standard programming. |
Method Summary | |
public static void | dump(byte[] data, long offset, OutputStream stream, int index) Dump an array of bytes to an OutputStream. |
EOL | final public static String EOL(Code) | | The line-separator (initializes to "line.separator" system property.
|
HexDump | public HexDump()(Code) | | Instances should NOT be constructed in standard programming.
|
|
|