|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectBase64Binary
public class Base64Binary
A utility class for working with base64 encoding.
modules/extension/xsd-core (gt-xsd-core.jar)
Constructor Summary | |
---|---|
Base64Binary()
|
Method Summary | |
---|---|
static byte[] |
decode(String pValue)
Converts the string pValue into a
base64 encoded byte array. |
static String |
encode(byte[] pValue)
Converts the base64 encoded byte array pValue
into a string. |
static byte[] |
getClone(byte[] pValue)
Creates a clone of the byte array pValue . |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base64Binary()
Method Detail |
---|
public static byte[] getClone(byte[] pValue)
pValue
.
public static byte[] decode(String pValue) throws IOException
pValue
into a
base64 encoded byte array.
IOException
public static String encode(byte[] pValue)
pValue
into a string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |