public class Base64 extends Object
Constructor and Description |
---|
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(char[] data)
Decodes a BASE-64 encoded stream to recover the original data.
|
static char[] |
encode(byte[] a_data)
passed data array.
|
public static char[] encode(byte[] a_data)
a_data
- the array of bytes to encodepublic static byte[] decode(char[] data)
a_data
- data to decode.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.