OutputStream.write

Writes an array of bytes to the stream.

  1. void write(ubyte[] bytes)
    interface OutputStream
    void
    write
    (
    in ubyte[] bytes
    )
  2. void write(char[] bytes)

Meta