| |
|
| java.lang.Object org.h2.tools.net.Base64
Base64 | public class Base64 (Code) | | This class converts binary to base64 and vice versa.
|
Method Summary | |
public static byte[] | decode(byte[] enc) | public static byte[] | decodeFast(byte[] enc) | public static byte[] | encode(byte[] bin) | public static byte[] | encodeFast(byte[] bin) | public static void | main(String[] args) | public static byte[] | trim(byte[] enc) |
decode | public static byte[] decode(byte[] enc)(Code) | | |
decodeFast | public static byte[] decodeFast(byte[] enc)(Code) | | |
encode | public static byte[] encode(byte[] bin)(Code) | | |
encodeFast | public static byte[] encodeFast(byte[] bin)(Code) | | |
trim | public static byte[] trim(byte[] enc)(Code) | | |
|
|
|