Stream.readFully

Reads bytes from the stream into the provided array until the array is fully-filled

interface Stream
public
ulong
readFully
(
byte[] toArray
)

Parameters

toArray byte[]

the buffer to read into

Return Value

Type: ulong

the number of bytes read

Meta