FileOutputStream.write

Writes the specified byte to this file output stream. Implements the <code>write</code> method of <code>OutputStream</code>.

@param b the byte to be written. @exception IOException if an I/O error occurs.

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

Meta