ChecksumUpdateRegion Class |
Namespace: Ptv.XServer.Controls.Map.Tools.Reprojection
The ChecksumUpdateRegion type exposes the following members.
Name | Description | |
---|---|---|
Bytes |
Turn the current checksum into a streamable byte array (network byte order).
| |
Value |
Get the current checksum value.
|
Name | Description | |
---|---|---|
Dispose |
Dispose the instance.
No real implementation required, just a fake.
| |
ForAdler |
Creates and initializes an ChecksumUpdateRegion instance for
adler checksum calculation implement in the Adler32 class above.
| |
ForCrc |
Creates and initializes an ChecksumUpdateRegion instance for
CRC checksum calculation implement in the Crc class above.
|
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |