Device.read

Read a chunk of bytes from the file into the provided array

class Device
override
size_t
read
(
void[] dst
)

Return Value

Type: size_t

the number of bytes read, or Eof where there is no further data.

Meta