RandomAccessFile.ReadBoolean
valthe boolean to write to this file.
TypeReasonJava.IO.IOExceptionif this file is closed or another I/O error occurs.
Writes a boolean to this file as a single byte (1 for true, 0 for false), starting at the current file pointer.
[Android Documentation]