Package | Description |
---|---|
com.google.enterprise.connector.util |
Defines utility classes that might be helpful for connector developers.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
Base64.decode(byte[] source)
Decodes Base64 content in byte array format and returns
the decoded byte array.
|
static byte[] |
Base64.decode(byte[] source,
int off,
int len)
Decodes Base64 content in byte array format and returns
the decoded byte array.
|
static byte[] |
Base64.decode(java.lang.String source)
Decodes data from Base64 notation.
|