DataOutput.writeShort

DataOutput.writeShort

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void writeShort( int v ) throws IOException
Parameters
v
the short value to be written.
Description
Writes a 16-bit value to this output stream.

Exceptions
IOException if an I/O error occurs.