Interface to compute a data checksum used by checked input/output streams. A data checksum can be updated by one byte or with a byte array. After each update the value of the current checksum can be returned by calling
getValue. The complete checksum object can also be reset so it can be used again with new data.
For a list of all members of this type, see IChecksum Members.
[Visual Basic]
Public Interface IChecksum
[C#]
public interface IChecksum
Requirements
Namespace: ICSharpCode.SharpZipLib.Checksums Namespace
Assembly: SharpZipLib.dll
See Also
IChecksum Members | ICSharpCode.SharpZipLib.Checksums Namespace