Stream.write

Writes the buffer to the stream from the start position to the specified length

  1. void write(ubyte[] buffer)
  2. void write(ubyte[] buffer, size_t start)
  3. void write(ubyte[] buffer, size_t start, size_t length)
    class Stream
    abstract
    void
    write
    (
    ubyte[] buffer
    ,
    size_t start
    ,
    size_t length
    )

Meta