ObjectOutput.write

Writes a sub array of bytes. @param b the data to be written @param off the start offset in the data @param len the number of bytes that are written @exception IOException If an I/O error has occurred.

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

Meta