C# Class zxingwp7.common.ByteArray

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

Public Methods

Method 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 method

public ByteArray ( ) : System
return System

ByteArray() public method

public ByteArray ( int size ) : System
size int
return System

ByteArray() public method

public ByteArray ( sbyte byteArray ) : System
byteArray sbyte
return System

appendByte() public method

public appendByte ( int value_Renamed ) : void
value_Renamed int
return void

at() public method

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

reserve() public method

public reserve ( int capacity ) : void
capacity int
return void

set_Renamed() public method

public set_Renamed ( int index, int value_Renamed ) : void
index int
value_Renamed int
return void

set_Renamed() public method

public set_Renamed ( sbyte source, int offset, int count ) : void
source sbyte
offset int
count int
return void

size() public method

public size ( ) : int
return int