BufferedOutputStream.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias write = OutputStream.write
  2. void write(int b)
  3. void write(byte[] array, int offset, int length)
    class BufferedOutputStream
    override
    void
    write
    (
    byte[] array
    ,
    int offset
    ,
    int length
    )

Meta