Sedona

web::Base64


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.

PAD

public static const define int PAD

encodeTable

public static const define byte[] encodeTable

remainder

public static inline byte[] remainder

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)