|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdanger.mime.Base64
public class Base64
Encode/decode Base 64 Encoding according to RFC 1521.
| Method Summary | |
|---|---|
static byte[] |
decode(byte[] inToDecode,
int inOffset,
int inLength)
|
static byte[] |
decode(String inToDecode)
Decode a String of us-ascii characters into a byte array according to RFC 1521. |
static String |
encode(byte[] inToEncode)
Encode an array of bytes into a us-ascii string according to RFC 1521. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String encode(byte[] inToEncode)
inToEncode - byte[] to be encoded.
String.public static byte[] decode(String inToDecode)
inToDecode - String to be decoded.
byte[].
public static final byte[] decode(byte[] inToDecode,
int inOffset,
int inLength)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||