BinaryReader: ReadBoolean |
Reads a Boolean value from the current stream and advances the current position of the stream by one byte.
Public Function ReadBoolean ( ) As Boolean
BinaryReader does not restore the file position after an unsuccessful read.
Exception | Condition |
---|---|
EndOfStreamException | The end of the stream is reached. |
ObjectDisposedException | The stream is closed. |
IOException | An I/O error occurs. |