Package java.ioInterface DataOutput
abstract void writeBoolean(boolean value)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Writes a boolean value to the underlying output stream as a byte value. The value true is (byte)1, the value false is represented as (byte)0.