MemoryDevice.read

Reads into dst, starting to read from the current seek position

class MemoryDevice
override
size_t
read
(
void[] dst
)

Parameters

dst void[]

array to read into

Return Value

Type: size_t

Eof (and no action) if current seek position is at the end of the buffer, Else the amount of bytes read.

Meta