C# Class Nanook.QueenBee.Parser.QbItemArray

Inheritance: QbItemBase
Datei anzeigen Open project: Nanook/Queen-Bee Class Usage Examples

Public Methods

Method Description
AlignPointers ( uint pos ) : uint
Clone ( ) : QbItemBase

Deep clones this item and all children. Positions and lengths are not cloned. When inserted in to another item they should be calculated.

Construct ( BinaryEndianReader br, QbItemType type ) : void
Create ( QbItemType type ) : void
QbItemArray ( QbFile root ) : System

Private Methods

Method Description
Write ( BinaryEndianWriter bw ) : void

Method Details

AlignPointers() public method

public AlignPointers ( uint pos ) : uint
pos uint
return uint

Clone() public method

Deep clones this item and all children. Positions and lengths are not cloned. When inserted in to another item they should be calculated.
public Clone ( ) : QbItemBase
return QbItemBase

Construct() public method

public Construct ( BinaryEndianReader br, QbItemType type ) : void
br BinaryEndianReader
type QbItemType
return void

Create() public method

public Create ( QbItemType type ) : void
type QbItemType
return void

QbItemArray() public method

public QbItemArray ( QbFile root ) : System
root QbFile
return System