DataInput.readUnsignedShort

DataInput.readUnsignedShort

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int readUnsignedShort() throws IOException
Returns
the unsigned 16-bit value read.
Description
Reads an unsigned 16-bit value from the input stream.

Exceptions
EOFException if this stream reaches the end before reading all the bytes.
Exceptions
IOException if an I/O error occurs.