Base64¶
Doc Home > API Index > web > Base64
Inheritance¶
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.
Fields¶
PAD¶
public static const define int PAD
encodeTable¶
public static const define byte[] encodeTable
remainder¶
public static inline byte[] remainder
Methods¶
append¶
public static int append(OutStream out, int ch, int linelen, int pos)
encode¶
public static void encode(OutStream out, byte[] buf, int buflen)
encodeLen¶
public static void encodeLen(OutStream out, byte[] buf, int buflen, int linelen)
Doc Home > API Index > web > Base64
Last update: April 28, 2020