Buffer.readByteArray

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