Unit 'HlpCRC32Fast' Package
[Overview][Classes][Index] [#pl_hashlib4pascal]

TCRC32Fast

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TCRC32Fast

  

|

THash,IChecksum,IHash32,ITransformBlock

  

|

TObject,IHash



CT Web help

CodeTyphon Studio