HttpOutputStream.write

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

Meta