Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equals determines whether two files (buffers) have the same checksum value (identical).
|
|
GetHashCode ( ) : int |
GetHashCode returns hash code for this instance.
|
|
MakeForBuff ( byte bytesBuff, int length ) : bool |
Calculate Adler-32 checksum for buffer
|
|
MakeForFile ( FileStream fs ) : bool |
Calculate Adler-32 checksum for file
|
|
ToString ( ) : string |
ToString is a method for current AdlerChecksum object representation in textual form.
|
|
operator ( ) : bool |
operator!= determines whether AdlerChecksum objects are not equal.
|
Method | Description | |
---|---|---|
MakeForBuff ( byte bytesBuff, uint unAdlerCheckSum, int length ) : bool |
Calculate Adler-32 checksum for buffer
|
public Equals ( object obj ) : bool | ||
obj | object | A AdlerChecksum object for comparison |
return | bool |
public MakeForBuff ( byte bytesBuff, int length ) : bool | ||
bytesBuff | byte | Bites array for checksum calculation |
length | int | |
return | bool |