Buffer.readFromStream

Reads data from provided input stream and writes it to buffer, returns amount of bytes wrote
overload 1:
Buffer:readFromStream(stream, amount)
Method Property Fluent Description Representation
stream accepts an InputStream
amount accepts an Integer
Return Value an Integer
a a