| Package | Description |
|---|---|
| org.gpel.client.util.base64 |
| Modifier and Type | Method and Description |
|---|---|
static char[] |
Base64.encode(Base64EncodingState state,
byte[] data,
int off,
int len,
boolean finalize)
Streaming encoder of a chunk.
|
static char[] |
Base64.encode(byte[] data)
Utility function to encode all-at-once.
|
static char[] |
Base64.encode(byte[] data,
int off,
int len)
Utility function to encode all-at-once.
|
Copyright © 2013. All Rights Reserved.