C# Class hds.DynamicArray

Show file Open project: hdneo/mxo-hd Class Usage Examples

Public Methods

Method Description
DynamicArray ( ) : System
append ( byte data ) : void
getBytes ( ) : byte[]
getSize ( ) : int
insertBefore ( byte data ) : void

Method Details

DynamicArray() public method

public DynamicArray ( ) : System
return System

append() public method

public append ( byte data ) : void
data byte
return void

getBytes() public method

public getBytes ( ) : byte[]
return byte[]

getSize() public method

public getSize ( ) : int
return int

insertBefore() public method

public insertBefore ( byte data ) : void
data byte
return void