| Package | Description |
|---|---|
| umich.ms.util.base64 |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64ContextPooled |
| Modifier and Type | Method and Description |
|---|---|
Base64Context |
Base64.decode(byte[] pArray,
Base64Context ctx)
Decodes a byte[] containing characters in the Base-N alphabet.
|
Base64Context |
Base64.decode(byte[] pArray,
int offset,
int length,
Base64Context ctx)
Decodes a byte[] containing characters in the Base-N alphabet.
|
Base64Context |
Base64.decode(char[] pArray,
Base64Context ctx)
Decodes a char[] containing characters in the Base-N alphabet.
|
Base64Context |
Base64.decode(char[] pArray,
int offset,
int length,
Base64Context ctx)
Decodes a char[] containing characters in the Base-N alphabet.
|
| Modifier and Type | Method and Description |
|---|---|
Base64Context |
Base64.decode(byte[] pArray,
Base64Context ctx)
Decodes a byte[] containing characters in the Base-N alphabet.
|
Base64Context |
Base64.decode(byte[] pArray,
int offset,
int length,
Base64Context ctx)
Decodes a byte[] containing characters in the Base-N alphabet.
|
Base64Context |
Base64.decode(char[] pArray,
Base64Context ctx)
Decodes a char[] containing characters in the Base-N alphabet.
|
Base64Context |
Base64.decode(char[] pArray,
int offset,
int length,
Base64Context ctx)
Decodes a char[] containing characters in the Base-N alphabet.
|
Copyright © 2017. All rights reserved.