public final class Base64 extends Object
Modifier and Type | Method and Description |
---|---|
static String |
base64EncodeInt(int value) |
static int |
fromBase64(char c) |
static char |
toBase64(int value) |
public static char toBase64(int value)
value
- A value in the range of 0-63.public static int fromBase64(char c)
c
- A base64 digit.public static String base64EncodeInt(int value)
value
- an integer to base64 encode.Copyright © 2009-2014 Google. All Rights Reserved.