[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: HlpCRC32Fast.pas line 18
type TCRC32Fast = class(THash,IChecksum,IHash32,ITransformBlock) |
||
strict protected |
||
FCurrentCRC: UInt32; |
|
|
procedure LocalCRCCompute(); |
|
|
class function Init_CRC_Table(); |
|
|
public |
||
constructor Create; |
|
|
procedure Initialize; override; |
|
|
function TransformFinal; override; |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject,IHash |
CT Web help |
CodeTyphon Studio |