B64Code.encode

Fast Base 64 encode as described in RFC 1421. <p>Does not insert whitespace as described in RFC 1521. <p> Avoids creating extra copies of the input/output.

@param b byte array to encode. @return char array containing the encoded form of the input.

class B64Code
static
const(char)[]
encode
(
byte[] b
)

Meta