SockStream.readFully

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

class SockStream
public override
ulong
readFully
(
byte[] toArray
)

Parameters

toArray byte[]

the buffer to read into

Return Value

Type: ulong

the number of bytes read

Meta