TCRC32 Class
CRC32 Hash (CheckSum)
type TCRC32 = class(THashAlgorithmBase, ICRC32) end;
The TCRC32 type exposes the following members.
Name | Description | |
---|---|---|
![]() | CrcValue | Represents property |
![]() | Hash | Represents property |
![]() | HashSize | Gets the hash size, in bits, of the algorithm. (Inherited from THashAlgorithmBase.) |
Name | Description | |
---|---|---|
![]() | ComputeHash(Byte[]) | Overloaded. Represents method |
![]() | ComputeHash(Byte[],Integer,Integer) | Overloaded. Represents method |
![]() | ComputeHash(Pointer,Integer) | Overloaded. Represents method |
![]() | ComputeHash(RawByteString) | Overloaded. Represents method |
![]() | ComputeHash(string) | Overloaded. Represents method |
![]() | ComputeHash(TStream) | Overloaded. Represents method |
![]() | ComputeHash(WideString) | Overloaded. Represents method |
![]() | ComputeHashOfFile(string) | Represents method |
![]() | GetCrcValue | Represents method |
![]() | GetHashSize | Represents method |
![]() | HashFinal | Represents method |
![]() | HashInit | Represents method |
![]() | HashUpdate(Pointer,Integer) | Represents method |
Name | Description | |
---|---|---|
![]() | fCRCValue | Represents field |
![]() | fHash | Represents field |