OutputStream.write

Writes an array of bytes to the stream.

  1. size_t write(ubyte[] bytes, IOMode mode)
  2. void write(ubyte[] bytes)
    interface OutputStream
    @safe final
    void
    write
    (
    in ubyte[] bytes
    )
  3. void write(char[] bytes)

Meta