|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.util.Base64
public final class Base64
Encoding and decoding of Base64 characters to and from raw bytes.
| Method Summary | |
|---|---|
static byte[] |
decode(char[] data)
Decodes a BASE-64 encoded stream to recover the original data. |
static char[] |
encode(byte[] data)
Encodes binary data to a Base64 encoded characters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static char[] encode(byte[] data)
data - the array of bytes to encode
public static byte[] decode(char[] data)
data - data to decode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||