IStream.read

Reads an unsigned byte from the stream

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

Return Value

Type: ubyte

The unsigned byte read from the stream

Meta