|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.utils.base16
public class base16
Routines for converting between Strings of hex-encoded data and arrays of binary data. This is not actually used by DNS.
Method Summary | |
---|---|
static byte[] |
fromString(String str)
Convert a hex-encoded String to binary data |
static String |
toString(byte[] b)
Convert binary data to a hex-encoded String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String toString(byte[] b)
b
- An array containing binary data
public static byte[] fromString(String str)
str
- A String containing the encoded data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |