Click or drag to resize

LittleEndianBitConverterToInt32From7BitEncoding Method

Reads in a 32-bit integer in compressed format.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static int ToInt32From7BitEncoding(
	byte[] buffer,
	ref int offset
)

Parameters

buffer
Type: SystemByte
An array of bytes.
offset
Type: SystemInt32
The starting position within buffer. On return, contains the offset after the value.

Return Value

Type: Int32
A 32-bit integer in compressed format, using between one and five bytes.
See Also