DataOutput.writeBoolean

DataOutput.writeBoolean

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void writeBoolean( boolean v ) throws IOException
Parameters
v
the boolean to be written.
Description
Writes a boolean value to this output stream.

Exceptions
IOException if an I/O error occurs.