Interface IChecksum
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/zip/Checksum.html
public interface IChecksum
Properties
Value
long Value { get; }
Property Value
Methods
Reset()
void Reset()
Update(byte[], int, int)
void Update(byte[] arg0, int arg1, int arg2)
Parameters
Update(int)
void Update(int arg0)