Home | History | Annotate | Download | only in DotZLib

Lines Matching defs:Checksum

112     /// Declares methods and properties that enables a running checksum to be calculated

117 /// Gets the current value of the checksum
122 /// Clears the current checksum to 0
127 /// Updates the current checksum with an array of bytes
129 /// <param name="data">The data to update the checksum with</param>
133 /// Updates the current checksum with part of an array of bytes
135 /// <param name="data">The data to update the checksum with</param>
144 /// Updates the current checksum with the data from a string
146 /// <param name="data">The string to update the checksum with</param>
151 /// Updates the current checksum with the data from a string, using a specific encoding
153 /// <param name="data">The string to update the checksum with</param>
203 /// Gets the checksum of the data that has been added so far
205 uint Checksum { get; }