Click or drag to resize
BinaryReaderRead7BitEncodedInt Method
Reads in a 32-bit integer in compressed format.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
protected int Read7BitEncodedInt()

Return Value

Type: Int32
A 32-bit integer in compressed format.
Exceptions
ExceptionCondition
EndOfStreamExceptionThe end of the stream is reached.
ObjectDisposedExceptionThe stream is closed.
IOExceptionAn I/O error occurs.
FormatExceptionThe stream is corrupted.
See Also