public final class Base64 extends java.lang.Object
Base64()
static byte[]
decode(java.lang.String src)
decode(java.lang.String src, boolean useLineDelimiter)
static java.lang.String
encode(byte[] data)
encode(byte[] data, boolean useLineDelimiter)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64()
public static java.lang.String encode(byte[] data)
public static java.lang.String encode(byte[] data, boolean useLineDelimiter)
public static byte[] decode(java.lang.String src)
public static byte[] decode(java.lang.String src, boolean useLineDelimiter)
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.