OutputStream.write

Writes an array of chars to the stream.

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

Meta