OutputStream.writeBytes

Attempts to write count bytes from the memory pointed by buffer. Returns number of bytes actually written

interface OutputStream
size_t
writeBytes
(
const void* buffer
,
size_t count
)

Meta