Stream.readBlock

Read up to size bytes into the buffer and return the number of bytes actually read. A return value of 0 indicates end-of-file.

class Stream
abstract
size_t
readBlock
(
void* buffer
,
size_t size
)

Meta