RandomAccessFile.writeShort

RandomAccessFile.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 file as two bytes, high byte first.

Exceptions
IOException if an I/O error occurs.