Package java.io
Class RandomAccessFile

Public Method writeBoolean

final void writeBoolean(boolean b)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Writes a boolean to the file as a one-byte value. The value true is written out as the value (byte)1; the value false is written out as the value (byte)0. The write starts at the current position of the file pointer.