org.xbill.DNS.utils
public class hexdump extends Object
public static String dump(String description, byte[] b, int offset, int length)
description
- If not null, a description of the data.b
- The data to be printed.offset
- The start of the data in the array.length
- The length of the data in the array.