 | LittleEndianBitConverterToInt32From7BitEncoding Method |
Reads in a 32-bit integer in compressed format.
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static int ToInt32From7BitEncoding(
byte[] buffer,
ref int offset
)
Public Shared Function ToInt32From7BitEncoding (
buffer As Byte(),
ByRef offset As Integer
) As Integer
public:
static int ToInt32From7BitEncoding(
array<unsigned char>^ buffer,
int% offset
)
static member ToInt32From7BitEncoding :
buffer : byte[] *
offset : int byref -> int
Parameters
- buffer Byte
- An array of bytes.
- offset Int32
- The starting position within buffer. On return, contains the offset after the value.
Return Value
Int32A 32-bit integer in compressed format, using between one and five bytes.
See Also