Device.read

Read a chunk of bytes from the file into the provided array. Returns the number of bytes read, or Eof where there is no further data.

Operates asynchronously where the hosting thread is configured in that manner.

  1. size_t read(void[] dst)
    class Device
    version(Win32)
    override
    read
    (
    void[] dst
    )
  2. size_t read(void[] dst)

Meta