Package org.xbill.DNS.utils
Class hexdump
java.lang.Object
org.xbill.DNS.utils.hexdump
A routine to produce a nice looking hex dump
- Author:
- Brian Wellington
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
hexdump
public hexdump()
-
-
Method Details
-
dump
Dumps a byte array into hex format.- Parameters:
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.
-
dump
-