Click or drag to resize
BinaryWriterWrite7BitEncodedInt Method
Writes a 32-bit integer in a compressed format.

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

Parameters

value
Type: SystemInt32
The 32-bit integer to be written.
Exceptions
ExceptionCondition
EndOfStreamExceptionThe end of the stream is reached.
ObjectDisposedExceptionThe stream is closed.
IOExceptionThe stream is closed.
See Also