sys::Obj web::Base64
public class Base64
Base64 encoding.
Base64 encoding replaces each set of 3 bytes from the input with 4 bytes of encoded data. This implementation prints base64 encoding of byte array to given output.
public static const define int PAD
public static const define byte[] encodeTable
public static inline byte[] remainder
public static int append(OutStream out, int ch, int linelen, int pos)
public static void encode(OutStream out, byte[] buf, int buflen)
public static void encodeLen(OutStream out, byte[] buf, int buflen, int linelen)