public class Base64
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
base64 |
private static int[] |
decode64 |
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decodeBase64(java.lang.String strBase64) |
static SB |
getBase64(byte[] bytes) |
static byte[] |
getBytes64(byte[] bytes) |
static void |
write(byte[] bytes,
java.io.OutputStream os) |
public static void write(byte[] bytes,
java.io.OutputStream os)
throws java.io.IOException
java.io.IOExceptionpublic static byte[] getBytes64(byte[] bytes)
public static SB getBase64(byte[] bytes)
public static byte[] decodeBase64(java.lang.String strBase64)