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.
See Implementation
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.