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