Method | Description | |
---|---|---|
Compact64bitInt ( ) : System |
Initializes a new instance of the Compact64bitInt class, this is the default constructor.
|
|
Compact64bitInt ( ulong decodedValue ) : System |
Initializes a new instance of the Compact64bitInt class with specified value.
|
|
SerializeToByteList ( ) : List |
This method is used to convert the element of Compact64bitInt basic object into a byte List.
|
Method | Description | |
---|---|---|
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int |
This method is used to deserialize the Compact64bitInt basic object from the specified byte array and start index.
|
public Compact64bitInt ( ulong decodedValue ) : System | ||
decodedValue | ulong | Decoded value |
return | System |
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int | ||
byteArray | byte | Specify the byte array. |
startIndex | int | Specify the start index from the byte array. |
return | int |