Base64.encodeChunked

Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks

@param binaryData binary data to encodeToChars @return Base64 characters chunked in 76 character blocks

class Base64
static
byte[]
encodeChunked
(
byte[] binaryData
)

Meta