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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static int Read7BitEncodedInt32(
	BinaryReader reader
)

Parameters

reader  BinaryReader
The BinaryReader to read the value from.

Return Value

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