public class Base64
extends java.lang.Object
Constructor and Description |
---|
Base64() |
Modifier and Type | Method and Description |
---|---|
void |
append(java.lang.String input)
Build up the string that will be decoded.
|
java.io.ByteArrayInputStream |
getAsStream()
Return an InputStream to the decoded data
|
static void |
main(java.lang.String[] args) |
byte[] |
translate()
Translate the encoded stream to a byte array
|
public void append(java.lang.String input)
public java.io.ByteArrayInputStream getAsStream()
public byte[] translate()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception