Package org.geotools.xml.impl
Class Base64Binary
Object
Base64Binary
A utility class for working with base64 encoding.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Base64Binary
public Base64Binary()
-
-
Method Details
-
getClone
public static byte[] getClone(byte[] pValue) Creates a clone of the byte arraypValue
. -
decode
Converts the stringpValue
into a base64 encoded byte array.- Throws:
IOException
-
encode
Converts the base64 encoded byte arraypValue
into a string.
-