NoiseStream.read

Fills the preallocated array 'bytes' with data from the stream.

class NoiseStream
void
read
(
ubyte[] dst
)

Throws

An exception if the operation reads past the end of the stream

Meta