|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.util.Base64
public final class Base64
The class converts an array of integers to base-64 string representation. This is useful for handling binary objects stricly with the limits of ASCII.
Method Summary | |
---|---|
static int[] |
decodeIntArray(java.lang.String s)
Decodes the base-64 string s and returns
the decoded array of integers. |
static java.lang.String |
encodeIntArray(int[] a)
Encodes the integer array a as a base-64
string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String encodeIntArray(int[] a)
a
as a base-64
string.
public static int[] decodeIntArray(java.lang.String s)
s
and returns
the decoded array of integers.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |