|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.ecore.xml.type.internal.DataValue.HexBin
public static final class DataValue.HexBin
Constructor Summary | |
---|---|
DataValue.HexBin()
|
Method Summary | |
---|---|
static byte[] |
decode(java.lang.String encoded)
Decode hex string to a byte array |
static java.lang.String |
encode(byte[] binaryData)
Encode a byte array to hex string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataValue.HexBin()
Method Detail |
---|
public static java.lang.String encode(byte[] binaryData)
binaryData
- array of byte to encode
public static byte[] decode(java.lang.String encoded)
encoded
- encoded string
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |