Stream.writeBlock

Write up to size bytes from buffer in the stream, returning the actual number of bytes that were written.

class Stream
abstract
size_t
writeBlock
(
const void* buffer
,
size_t size
)

Meta