| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
ReadBuffer |
decode(byte[] in) |
ReadBuffer |
decode(byte[] in,
int offset,
int length) |
ReadBuffer |
decode(ReadBuffer in) |
ReadBuffer |
decode(String text) |
String |
encode(byte[] in) |
String |
encode(String str) |
String |
getName() |
public String encode(byte[] in) throws EncodingException
encode in interface EncodingEncodingExceptionpublic String encode(String str) throws EncodingException
encode in interface EncodingEncodingExceptionencode(byte[])public ReadBuffer decode(String text) throws DecodingException
decode in interface Encodingtext - DecodingExceptionEncoding.decode(byte[], int, int)public ReadBuffer decode(byte[] in) throws DecodingException
decode in interface EncodingDecodingExceptiondecode(String)public ReadBuffer decode(byte[] in, int offset, int length) throws DecodingException
decode in interface EncodingDecodingExceptiondecode(String)public ReadBuffer decode(ReadBuffer in) throws DecodingException
decode in interface EncodingDecodingExceptionEncoding.decode(byte[], int, int)