Unit 'ZXing.Common.BitArray' Package
[Overview][Classes][Index] [#pl_zxing]

IBitArray

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

Declaration

Source position: ZXing.Common.BitArray.pas line 27

type IBitArray = interface

  function GetBit();

  

  procedure SetBit();

  

  function GetBits;

  

  function Size;

  

  function SizeInBytes;

  

  property Self []: Boolean; default; [rw]

  

  property Bits: TArray; [r]

  

  function getNextSet();

  

  function getNextUnset();

  

  procedure setBulk();

  

  procedure setRange();

  

  procedure appendBit();

  

  procedure Reverse;

  

  procedure clear;

  

  function isRange();

  

end;

Inheritance

IBitArray

  

|

IInterface



CT Web help

CodeTyphon Studio