InputStream.readBytes

Attempts to read count bytes from stream and stores them in memory pointing by buffer. Returns number of bytes actually read

interface InputStream
size_t
readBytes
(
void* buffer
,
size_t count
)

Meta