Unit 'SbpEncodingAlphabet' Package
[Overview][Resource strings][Classes][Index] [#pl_baselib4pascal]

TEncodingAlphabet

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

Declaration

Source position: SbpEncodingAlphabet.pas line 19

type TEncodingAlphabet = class(TInterfacedObject,IEncodingAlphabet)

strict protected

  constructor Create();

  

  procedure InvalidCharacter();

  

  procedure Map();

  

  function GetLength;

  

  function GetValue;

  

  function GetReverseLookupTable;

  

  property length: Int32; [r]

  

  property value: string; [r]

  

  property ReverseLookupTable: TSimpleBaseLibByteArray; [r]

  

public

  function ToString; override;

  

end;

Inheritance

TEncodingAlphabet

  

|

TObject,IEncodingAlphabet



CT Web help

CodeTyphon Studio