| Constructor and Description |
|---|
Base64Binary() |
| Modifier and Type | Method and Description |
|---|---|
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. |
public static byte[] getClone(byte[] pValue)
pValue.public static byte[] decode(String pValue) throws IOException
pValue into a base64 encoded byte array.IOExceptionpublic static String encode(byte[] pValue)
pValue into a string.Copyright © 1996–2019 Geotools. All rights reserved.