LEB128 Type
Provides functions for encoding/decoding LEB128 integers. LEB128 is a variable-length encoding scheme that is designed to compactly represent integers.
Static members
Static member | Description |
Full Usage:
LEB128.DecodeSInt32(bytes)
Parameters:
byte[]
Returns: int32 * int
|
|
|
|
Full Usage:
LEB128.DecodeSInt64(bytes)
Parameters:
byte[]
Returns: int64 * int
|
|
|
|
Full Usage:
LEB128.DecodeUInt32(bytes)
Parameters:
byte[]
Returns: uint32 * int
|
|
|
|
Full Usage:
LEB128.DecodeUInt64(bytes)
Parameters:
byte[]
Returns: uint64 * int
|
|
|
|
Full Usage:
LEB128.Max32
Returns: int
|
|
Full Usage:
LEB128.Max64
Returns: int
|
|