InputStream.read

Fills the preallocated array 'bytes' with data from the stream.

  1. size_t read(ubyte[] dst, IOMode )
  2. void read(ubyte[] dst)
    interface InputStream
    @safe final
    void
    read
    (
    scope ubyte[] dst
    )

Throws

An exception if the operation reads past the end of the stream

Meta