ObjectOutput.write

Writes an array of bytes. This method will block until the bytes are actually written. @param b the data to be written @exception IOException If an I/O error has occurred.

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

Meta