com.alibaba.druid.util
Class HexBin

java.lang.Object
  extended by com.alibaba.druid.util.HexBin

public final class HexBin
extends Object

format validation This class encodes/decodes hexadecimal data

Version:
$Id: HexBin.java,v 1.4 2007/07/19 04:38:32 ofung Exp $
Author:
Jeffrey Rodriguez

Constructor Summary
HexBin()
           
 
Method Summary
static byte[] decode(String encoded)
          Decode hex string to a byte array
static String encode(byte[] binaryData)
          Encode a byte array to hex string
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexBin

public HexBin()
Method Detail

encode

public static String encode(byte[] binaryData)
Encode a byte array to hex string

Parameters:
binaryData - array of byte to encode
Returns:
return encoded string

decode

public static byte[] decode(String encoded)
Decode hex string to a byte array

Parameters:
encoded - encoded string
Returns:
return array of byte to encode


Copyright © 2012 Alibaba Group. All Rights Reserved.