PipeConduit.read

Read a chunk of bytes from the file into the provided array (typically that belonging to an IBuffer)

  1. alias read = Device.read
  2. uint read(void[] dst)
    class PipeConduit
    version(OLD)
    protected override
    uint
    read
    (
    void[] dst
    )

Meta