C# Class zxingwp7.common.ByteArray

This class implements an array of unsigned bytes.
Afficher le fichier Open project: henningms/zxing2.0-wp7 Class Usage Examples

Méthodes publiques

Méthode Description
ByteArray ( ) : System
ByteArray ( int size ) : System
ByteArray ( sbyte byteArray ) : System
appendByte ( int value_Renamed ) : void
at ( int index ) : int

Access an unsigned byte at location index.

reserve ( int capacity ) : void
set_Renamed ( int index, int value_Renamed ) : void
set_Renamed ( sbyte source, int offset, int count ) : void
size ( ) : int

Method Details

ByteArray() public méthode

public ByteArray ( ) : System
Résultat System

ByteArray() public méthode

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

ByteArray() public méthode

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

appendByte() public méthode

public appendByte ( int value_Renamed ) : void
value_Renamed int
Résultat void

at() public méthode

Access an unsigned byte at location index.
public at ( int index ) : int
index int The index in the array to access. ///
Résultat int

reserve() public méthode

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

set_Renamed() public méthode

public set_Renamed ( int index, int value_Renamed ) : void
index int
value_Renamed int
Résultat void

set_Renamed() public méthode

public set_Renamed ( sbyte source, int offset, int count ) : void
source sbyte
offset int
count int
Résultat void

size() public méthode

public size ( ) : int
Résultat int