ObjectOutputStream.writeBoolean

ObjectOutputStream.writeBoolean

Class Overview | Class Members | This Package | All Packages

Syntax
public void writeBoolean( boolean data ) throws IOException
Parameters
data
the boolean to be written
Description
Writes a boolean.