FileOutputStream.write

Writes <code>b.length</code> bytes from the specified byte array to this file output stream.

@param b the data. @exception IOException if an I/O error occurs.

  1. void write(int b)
  2. void write(byte[] b)
    class FileOutputStream
    override
    void
    write
    (
    byte[] b
    )
  3. void write(byte[] b, int off, int len)

Meta