|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hd.d.pg2k.svrCore.TextUtils.Base64Cache
private static final class TextUtils.Base64Cache
Private to encode8To6()/decode8To6(); automagically created on first access.
| Field Summary | |
|---|---|
private static char[] |
alphabet
Private to encode8To6()/decode8To6(). |
private static int[] |
valueOf
Index/value of each legit 7-bit-ASCII character from the alphabet. |
| Constructor Summary | |
|---|---|
private |
TextUtils.Base64Cache()
Prevent construction of any instance. |
| Method Summary | |
|---|---|
static int |
getValueOf(char c)
Gets valueOf given char; non-negative. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final char[] alphabet
private static final int[] valueOf
This is effectively the reverse mapping for alphabet[].
| Constructor Detail |
|---|
private TextUtils.Base64Cache()
| Method Detail |
|---|
public static int getValueOf(char c)
java.lang.IllegalArgumentException - for invalid char (not from allowed alphabet)
|
DHD Multimedia Gallery V1.57.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||