DataOutputStream.writeShort

DataOutputStream.writeShort

Class Overview | Class Members | This Package | All Packages

Syntax
public final void writeShort( int v ) throws IOException
Parameters
v
a short to be written.
Description
Writes a short to the underlying output stream as two bytes, high byte first.

Exceptions
IOException if an I/O error occurs.
See Also
out