ObjectInputStream.readBoolean

ObjectInputStream.readBoolean

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean readBoolean() throws IOException
Returns
the boolean read.
Description
Reads in a boolean.

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