| java.lang.Object org.xbill.DNS.utils.hexdump
hexdump | public class hexdump (Code) | | A routine to produce a nice looking hex dump
author: Brian Wellington |
Method Summary | |
public static String | dump(String description, byte[] b, int offset, int length) Dumps a byte array into hex format. | public static String | dump(String s, byte[] b) |
dump | public static String dump(String description, byte[] b, int offset, int length)(Code) | | Dumps a byte array into hex format.
Parameters: description - If not null, a description of the data. Parameters: b - The data to be printed. Parameters: offset - The start of the data in the array. Parameters: length - The length of the data in the array. |
|
|