| |
|
| java.lang.Object org.apache.xerces.utils.HexBin
HexBin | final public class HexBin (Code) | | format validation
This class encodes/decodes hexadecimal data
author: Jeffrey Rodriguez version: $Id: HexBin.java,v 1.7 2001/05/29 22:19:02 neilg Exp $ |
decode | public static byte[] decode(byte[] binaryData)(Code) | | |
encode | public static byte[] encode(byte[] binaryData)(Code) | | array of byte to encode
Parameters: binaryData - return encode binary array |
getDecodedDataLength | public static int getDecodedDataLength(byte[] hexData)(Code) | | |
isArrayByteHex | static boolean isArrayByteHex(byte[] arrayOctect)(Code) | | Array of bytes to check against Hex Table
Parameters: arrayOctect - |
isHex | static boolean isHex(byte octect)(Code) | | byte to be tested if it is Base64 alphabet
Parameters: octect - |
isHex | public static boolean isHex(String isValidString)(Code) | | |
|
|
|