C# Class iTextSharp.text.pdf.qrcode.BitArray

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Свойство Type Description
bits int[]
size int

Méthodes publiques

Méthode Description
BitArray ( int size ) : System
Clear ( ) : void
Flip ( int i ) : void
Get ( int i ) : bool
GetBitArray ( ) : int[]
GetSize ( ) : int
IsRange ( int start, int end, bool value ) : bool
Reverse ( ) : void
Set ( int i ) : void
SetBulk ( int i, int newBits ) : void
ToString ( ) : String

Private Methods

Méthode Description
MakeArray ( int size ) : int[]

Method Details

BitArray() public méthode

public BitArray ( int size ) : System
size int
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Flip() public méthode

public Flip ( int i ) : void
i int
Résultat void

Get() public méthode

public Get ( int i ) : bool
i int
Résultat bool

GetBitArray() public méthode

public GetBitArray ( ) : int[]
Résultat int[]

GetSize() public méthode

public GetSize ( ) : int
Résultat int

IsRange() public méthode

public IsRange ( int start, int end, bool value ) : bool
start int
end int
value bool
Résultat bool

Reverse() public méthode

public Reverse ( ) : void
Résultat void

Set() public méthode

public Set ( int i ) : void
i int
Résultat void

SetBulk() public méthode

public SetBulk ( int i, int newBits ) : void
i int
newBits int
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

bits public_oe property

public int[] bits
Résultat int[]

size public_oe property

public int size
Résultat int