IStream.read

Reads an array of ubytes from the stream

  1. ubyte read()
  2. ubyte[] read(size_t n)
    interface IStream
    ubyte[]
    read
    (
    in size_t n
    )

Parameters

n size_t

The number of bytes to read from the stream

Return Value

Type: ubyte[]

The array of unsigned bytes read from the stream

Meta