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.

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

Meta