Property | Type | Description | |
---|---|---|---|
AllOnes | uint | ||
autoCache | bool | ||
cachedCRC32Tables | |||
crc32Table | uint[] |
Method | Description | |
---|---|---|
CRC32HashAlgorithm ( uint aPolynomial ) : System.Collections |
Creates a CRC32HashAlgorithm object using the specified Creates a CRC32HashAlgorithm object
|
|
CRC32HashAlgorithm ( uint aPolynomial, bool cacheTable ) : System.Collections |
Construct the
|
|
ClearCache ( ) : void | ||
ComputeHash ( |
Computes the hash value for the specified Stream.
|
|
ComputeHash ( byte buffer ) : byte[] |
Overloaded. Computes the hash value for the input data.
|
|
ComputeHash ( byte buffer, int offset, int count ) : byte[] |
Overloaded. Computes the hash value for the input data.
|
|
ComputeHash ( string s ) : byte[] |
Overloaded. Computes the hash value for the input data.
|
|
Initialize ( ) : void |
Initializes an implementation of HashAlgorithm.
|
Method | Description | |
---|---|---|
BuildCRC32Table ( uint ulPolynomial ) : uint[] |
Builds a crc32 table given a polynomial
|
|
HashCore ( byte buffer, int offset, int count ) : void |
|
|
HashFinal ( ) : byte[] |
|
Method | Description | |
---|---|---|
CRC32HashAlgorithm ( ) : System.Collections |
Initialize the cache
|
protected static BuildCRC32Table ( uint ulPolynomial ) : uint[] | ||
ulPolynomial | uint | |
return | uint[] |
public CRC32HashAlgorithm ( uint aPolynomial ) : System.Collections | ||
aPolynomial | uint | |
return | System.Collections |
public CRC32HashAlgorithm ( uint aPolynomial, bool cacheTable ) : System.Collections | ||
aPolynomial | uint | |
cacheTable | bool | |
return | System.Collections |
public ComputeHash ( |
||
inputStream | ||
return | byte[] |
public ComputeHash ( byte buffer, int offset, int count ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
return | byte[] |
protected HashCore ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
protected static Hashtable,System.Collections cachedCRC32Tables | ||
return |