|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.utils.HexBin
format validation This class encodes/decodes hexadecimal data
Constructor Summary | |
---|---|
HexBin()
|
Method Summary | |
---|---|
static byte[] |
decode(byte[] binaryData)
|
static byte[] |
encode(byte[] binaryData)
array of byte to encode |
static int |
getDecodedDataLength(byte[] hexData)
|
static boolean |
isHex(java.lang.String isValidString)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HexBin()
Method Detail |
public static boolean isHex(java.lang.String isValidString)
public static byte[] encode(byte[] binaryData)
binaryData
- public static byte[] decode(byte[] binaryData)
public static int getDecodedDataLength(byte[] hexData)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |