public class Base64 extends Encoding
| Constructor | Description |
|---|---|
Base64() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
decode(InputStream in,
Buffer bout) |
|
String |
encode(byte[] in) |
Encode a byte array to a ASCII or ISO-8859-1 String.
|
void |
encode(InputStream in,
Writer strBuf) |
More efficient than super
|
String |
getName() |
public String encode(byte[] in) throws EncodingException
Encodingencode in class EncodingEncodingExceptionpublic void encode(InputStream in, Writer strBuf) throws IOException
encode in class Encodingin - IOExceptionEncoding.encode(String)public void decode(InputStream in, Buffer bout) throws IOException
decode in class EncodingDecodingExceptionIOExceptionEncoding.decode(byte[], int, int)