Inherited by DotZLib::ChecksumGeneratorBase.
Inheritance diagram for DotZLib::ChecksumGenerator:

Public Member Functions | |
| void | Reset () |
| Clears the current checksum to 0. | |
| void | Update (byte[] data) |
| Updates the current checksum with an array of bytes. | |
| void | Update (byte[] data, int offset, int count) |
| Updates the current checksum with part of an array of bytes. | |
| void | Update (string data) |
| Updates the current checksum with the data from a string. | |
| void | Update (string data, Encoding encoding) |
| Updates the current checksum with the data from a string, using a specific encoding. | |
Properties | |
| uint | Value |
| Gets the current value of the checksum. | |
Definition at line 114 of file DotZLib.cs.
|
|
Clears the current checksum to 0.
Implemented in DotZLib::ChecksumGeneratorBase. |
|
||||||||||||
|
Updates the current checksum with the data from a string, using a specific encoding.
Implemented in DotZLib::ChecksumGeneratorBase. |
|
|
Updates the current checksum with the data from a string.
Implemented in DotZLib::ChecksumGeneratorBase. |
|
||||||||||||||||
|
Updates the current checksum with part of an array of bytes.
Implemented in DotZLib::ChecksumGeneratorBase, DotZLib::CRC32Checksum, and DotZLib::AdlerChecksum. |
|
|
Updates the current checksum with an array of bytes.
Implemented in DotZLib::ChecksumGeneratorBase. |
|
|
Gets the current value of the checksum.
Implemented in DotZLib::ChecksumGeneratorBase. Definition at line 119 of file DotZLib.cs. |
1.4.6