ObjectOutput.write

Writes a byte. This method will block until the byte is actually written. @param b the byte @exception IOException If an I/O error has occurred.

  1. void write(int b)
    interface ObjectOutput
    void
    write
    (
    int b
    )
  2. void write(byte[] b)
  3. void write(byte[] b, int off, int len)

Meta