- input
- the data to encode
- offset
- the position within the input array at which to start
- len
- the number of bytes of input to encode
- flags
- controls certain features of the encoded output. Passing DEFAULT results in output that adheres to RFC 2045.
Documentation for this section has not yet been entered.
Base64-encode the given data and return a newly allocated byte[] with the result.