|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.spi.databinding.extension.XSDDataTypeConverter.HexBinary
public static final class XSDDataTypeConverter.HexBinary
Utility class for xs:hexbinary.
Method Summary | |
---|---|
static byte[] |
decode(String pValue)
Converts the string pValue into an array of hex bytes. |
static String |
encode(byte[] pHexBinary)
Converts the byte array pHexBinary into a string. |
static byte[] |
getClone(byte[] pHexBinary)
Creates a clone of the given byte array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] decode(String pValue)
pValue
into an array of hex bytes.
public static String encode(byte[] pHexBinary)
pHexBinary
into a string.
public static byte[] getClone(byte[] pHexBinary)
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |