ObjectInputStream.readUnsignedByte

ObjectInputStream.readUnsignedByte

Class Overview | Class Members | This Package | All Packages

Syntax
public int readUnsignedByte() throws IOException
Returns
the 8 bit byte read.
Description
Reads an unsigned 8 bit byte.

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