Unit 'HlpHashBuffer' Package
[Overview][Resource strings][Types][Index] [#pl_hashlib4pascal]

THashBuffer

Declaration

Source position: HlpHashBuffer.pas line 16

type THashBuffer = record

public

  constructor Create();

  

  procedure Initialize;

  

  function GetBytes;

  

  function GetBytesZeroPadded;

  

  function Feed();

  

  function ToString;

  

  function Clone;

  

  property IsEmpty: Boolean; [r]

  

  property IsFull: Boolean; [r]

  

  property Position: Int32; [r]

  

  property Length: Int32; [r]

  

end;



CT Web help

CodeTyphon Studio