|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.xml.util.Base64
public class Base64
Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes. date: 06 August 1998 modified: 14 February 2000 modified: 22 September 2000
| Method Summary | |
|---|---|
static byte[] |
decode(char[] data)
Decodes a BASE-64 encoded stream to recover the original data. |
static char[] |
encode(byte[] data)
returns an array of base64-encoded characters to represent the passed data array. |
static void |
main(java.lang.String[] args)
Entry point. |
| 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 - the character data.
public static void main(java.lang.String[] args)
args - the command line arguments.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||