public class Base64 extends Object
Constructor and Description |
---|
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(char[] message) |
static char[] |
encode(byte[] content) |
public static char[] encode(byte[] content)
public static byte[] decode(char[] message) throws IOException
IOException
Copyright © 2015. All rights reserved.