DataOutput.write

Writes to the output stream the eight low-order bits of the argument <code>b</code>. The 24 high-order bits of <code>b</code> are ignored.

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

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

Meta