Method | Description | |
---|---|---|
Get7BitEncodedIntLength ( uint value ) : int | ||
GetCompressedUInt32Length ( uint value ) : int | ||
Write7BitEncodedIntLength ( byte data, int index, uint value ) : void | ||
WriteCompressedUInt32 ( byte data, int index, uint value ) : void |
public static Get7BitEncodedIntLength ( uint value ) : int | ||
value | uint | |
return | int |
public static GetCompressedUInt32Length ( uint value ) : int | ||
value | uint | |
return | int |
public static Write7BitEncodedIntLength ( byte data, int index, uint value ) : void | ||
data | byte | |
index | int | |
value | uint | |
return | void |
public static WriteCompressedUInt32 ( byte data, int index, uint value ) : void | ||
data | byte | |
index | int | |
value | uint | |
return | void |