public class Base64Codec extends java.lang.Object implements Codec
protected
Base64Codec(byte[] alphabets)
byte[]
decode(byte[] src, int length)
encode(byte[] src)
protected int
pos(byte in)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Base64Codec(byte[] alphabets)
public byte[] encode(byte[] src)
encode
Codec
public byte[] decode(byte[] src, int length)
decode
protected int pos(byte in)