Buffer.readBase64

Reads bytes from this buffer to a Base64 string. Length is amount of bytes to read, default length is 1024
overload 1:
Buffer:readBase64()
Method Property Fluent Description Representation
Return Value a String
overload 2:
Buffer:readBase64(length)
Method Property Fluent Description Representation
length accepts an Integer
Return Value a String
a a