Function InputStream.read
Fills the preallocated array 'bytes' with data from the stream.
abstract void read
(
ubyte[] dst
);
Throws
An exception if the operation reads past the end of the stream