public class Base64 extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
decode(Reader rdr,
OutputStream out) |
static byte[] |
decodeBase64(String string) |
static void |
encode(InputStream in,
Appendable sb) |
static String |
encodeBase64(byte[] data) |
static boolean |
isBase64(String value) |
Object |
toData() |
String |
toString() |
public Base64(byte[] data)
public Base64(String s)
public static final byte[] decodeBase64(String string)
public static final void decode(Reader rdr, OutputStream out) throws Exception
Exceptionpublic static String encodeBase64(byte[] data)
public Object toData()
public static void encode(InputStream in, Appendable sb) throws IOException
IOExceptionpublic static boolean isBase64(String value)
Copyright © 2015 aQute SARL. All rights reserved.