BinaryReader: ReadInt16 |
Reads an 2-byte signed integer from the current stream and advances the current position of the stream by two bytes.
Public Function ReadInt16 ( ) As Integer
BinaryReader does not restore the file position after an unsuccessful read.
BinaryReader reads this data type in little-endian format.
Exception | Condition |
---|---|
EndOfStreamException | The end of the stream is reached. |
ObjectDisposedException | The stream is closed. |
IOException | An I/O error occurs. |