| java.lang.Object com.tc.util.HexDump
HexDump | public class HexDump (Code) | | Knows how to dump out byte arrays in the style of emacs' hexl-mode.
|
dump | public static String dump(byte[] data, int offset, int length)(Code) | | |
rawHexDump | public static String rawHexDump(byte[] data)(Code) | | a "raw" hex dump (2 hex characters per byte), not in emacs' hexl mode. |
|
|