public class Base64 extends Object
| Modifier and Type | Field and Description |
|---|---|
private static char[] |
ALPHABET |
private static int[] |
toInt |
| Constructor and Description |
|---|
Base64() |
public static String encode(byte[] buf)
buf - the byte array (not null)public static byte[] decode(String s)
s - the Base64 string (not null)Copyright © 2013–2014. All rights reserved.