public class X_Base64 extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
decode(CharIterator in)
Decodes the next VLQValue from the provided CharIterator.
|
static void |
encodeVLQ(Appendable out,
int value)
Writes a VLQ encoded value to the provide appendable.
|
static int |
fromBase64(char number) |
static char |
toBase64(int number) |
static CharIterator |
toCharIterator(String value) |
public static char toBase64(int number)
public static int fromBase64(char number)
public static void encodeVLQ(Appendable out, int value) throws IOException
IOExceptionpublic static int decode(CharIterator in)
public static CharIterator toCharIterator(String value)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.