Stream.read
ptrdiff_t read(ubyte[] buf)Attempts to read up to len bytes from stream into buf.
Parameters
buf | buffer |
Returns
the number of bytes read or %-1 on fail.
ptrdiff_t read(ubyte[] buf)Attempts to read up to len bytes from stream into buf.
buf | buffer |