Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
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
CopyC#
. The complete checksum object can also be reset
so it can be used again with new data.
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Checksum
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public interface IChecksum |
| Visual Basic (Declaration) |
|---|
Public Interface IChecksum |
| Visual C++ |
|---|
public interface class IChecksum |
Remarks
See Also