IStream.write

Writes an unsigned byte to the stream

  1. void write(ubyte b)
    interface IStream
    void
    write
    (
    in ubyte b
    )
  2. void write(ubyte[] b)

Parameters

b ubyte

The ubyte to write to the stream

Meta