ByteArrayOutputStream.write

Writes the specified byte to this byte array output stream.

@param b the byte to be written.

  1. alias write = OutputStream.write
  2. void write(int b)
    class ByteArrayOutputStream
    override
    void
    write
    (
    int b
    )
  3. void write(byte[] b, int off, int len)

Meta