|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.flashaccess.sdk.util.Base64
public class Base64
This is a utility class for Base64 encoding and decoding data
Method Summary | |
---|---|
static byte[] |
fromBase64(byte[] b64data)
Decodes the specified base64 enccoded data. |
static byte[] |
toBase64(byte[] data)
Applies base64 encoding to the specified data. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] toBase64(byte[] data)
data
- The data to encode.
public static byte[] fromBase64(byte[] b64data)
b64data
- The base64 encoded data.
java.lang.IllegalArgumentException
- if the src data is not valid base 64 encoded data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |