Метод | Описание | |
---|---|---|
CRC32 ( ) : System |
Construct an instance of the CRC32 class, pre-initialising the table for speed of lookup.
|
|
GetCrc32 ( System input ) : |
Returns the CRC32 for the specified stream.
|
|
GetCrc32AndCopy ( System input, System output ) : |
Returns the CRC32 for the specified stream, and writes the input into the output stream.
|
public GetCrc32 ( System input ) : |
||
input | System | The stream over which to calculate the CRC32 |
Результат |
public GetCrc32AndCopy ( System input, System output ) : |
||
input | System | The stream over which to calculate the CRC32 |
output | System | The stream into which to deflate the input |
Результат |