static fun encode(bytes: Bytes): String
Encode bytes to a base64 encoded string.
bytes - The bytes to encode.
bytes
Return A base64 encoded string.