Adler32 Methods |
The Adler32 type exposes the following members.
| Name | Description | |
|---|---|---|
| Reset |
Resets the Adler32 checksum to the initial value.
| |
| Update(Byte) |
Updates the checksum with an array of bytes.
| |
| Update(Int32) |
Updates the checksum with a byte value.
| |
| Update(Byte, Int32, Int32) |
Updates the checksum with the bytes taken from the array.
|
| Name | Description | |
|---|---|---|
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |