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

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

Méthodes publiques

Méthode Description
AppendByte ( int value ) : void
At ( int index ) : int
ByteArray ( ) : System
ByteArray ( byte byteArray ) : System
ByteArray ( int size ) : System
IsEmpty ( ) : bool
Reserve ( int capacity ) : void
Set ( byte source, int offset, int count ) : void
Set ( int index, int value ) : void
Size ( ) : int

Method Details

AppendByte() public méthode

public AppendByte ( int value ) : void
value int
Résultat void

At() public méthode

public At ( int index ) : int
index int
Résultat int

ByteArray() public méthode

public ByteArray ( ) : System
Résultat System

ByteArray() public méthode

public ByteArray ( byte byteArray ) : System
byteArray byte
Résultat System

ByteArray() public méthode

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

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Reserve() public méthode

public Reserve ( int capacity ) : void
capacity int
Résultat void

Set() public méthode

public Set ( byte source, int offset, int count ) : void
source byte
offset int
count int
Résultat void

Set() public méthode

public Set ( int index, int value ) : void
index int
value int
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int