ObjectInputStream.readUnsignedShort

ObjectInputStream.readUnsignedShort

Class Overview | Class Members | This Package | All Packages

Syntax
public int readUnsignedShort() throws IOException
Returns
the 16 bit short read.
Description
Reads an unsigned 16 bit short.

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