Click or drag to resize

WritableUtilityRead7BitEncodedInt32 Method

Reads in a 32-bit integer in compressed format.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static int Read7BitEncodedInt32(
	BinaryReader reader
)

Parameters

reader
Type: System.IOBinaryReader
The BinaryReader to read the value from.

Return Value

Type: Int32
A 32-bit integer in compressed format.
See Also