ObjectInputStream.readShort

ObjectInputStream.readShort

Class Overview | Class Members | This Package | All Packages

Syntax
public short readShort() throws IOException
Returns
the 16 bit short read.
Description
Reads a 16 bit short.

Exceptions
EOFException If end of file is reached.
Exceptions
IOException If other I/O error has occurred.