The following tables list the members exposed by CRC32.
Name | Description | |
---|---|---|
![]() | CRC32 Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Crc32Result | Indicates the current CRC for all blocks slurped in. |
![]() | TotalBytesRead | Indicates the total number of bytes applied to the CRC. |
Name | Description | |
---|---|---|
![]() | Combine | Combines the given CRC32 value with the current running total. |
![]() | ComputeCrc32 | Get the CRC32 for the given (word,byte) combo. This is a computation defined by PKzip for PKZIP 2.0 (weak) encryption. |
![]() | Equals | (Inherited from object) |
![]() | GetCrc32 | Returns the CRC32 for the specified stream. |
![]() | GetCrc32AndCopy | Returns the CRC32 for the specified stream, and writes the input into the output stream. |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | Reset | Reset the CRC-32 class - clear the CRC "remainder register." |
![]() | SlurpBlock | Update the value for the running CRC32 using the given block of bytes. This is useful when using the CRC32() class in a Stream. |
![]() | ToString | (Inherited from object) |
![]() | UpdateCRC | Overloaded. Process one byte in the CRC. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |