GreedyInput.read

Fill the provided array. Returns the number of bytes actually read, which will be less that dst.length when Eof has been reached, and then Eof thereafter.

class GreedyInput
final override
read
(
void[] dst
)

Meta