Similar to #encodeBytes(byte[]) but returns a byte array instead of instantiating a String. This is more efficient if you're working with I/O streams and have large data sets to encode. @param source The data to convert @return The Base64-encoded data as a byte[] (of ASCII characters) @thro
(byte[] source)
source not stored for this graph (policy: none)
no test coverage detected