Click or drag to resize

ChecksumUpdateRegion Class

Generic helper class that snapshots the position of a memory stream for checksum calculation of the data added afterwards.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.Tools.ReprojectionChecksumUpdateRegion

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class ChecksumUpdateRegion : IDisposable

The ChecksumUpdateRegion type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Turn the current checksum into a streamable byte array (network byte order).
Public propertyValue
Get the current checksum value.
Top
Methods
  NameDescription
Public methodDispose
Dispose the instance. No real implementation required, just a fake.
Public methodStatic memberForAdler
Creates and initializes an ChecksumUpdateRegion instance for adler checksum calculation implement in the Adler32 class above.
Public methodStatic memberForCrc
Creates and initializes an ChecksumUpdateRegion instance for CRC checksum calculation implement in the Crc class above.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also