IStream.write

Writes an array of unsigned bytes to the stream

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

Parameters

b ubyte[]

The array of ubyte to write to the stream

Meta