C# Class Nanook.QueenBee.Parser.QbItemArray

Inheritance: QbItemBase
Afficher le fichier Open project: Nanook/Queen-Bee Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Write ( BinaryEndianWriter bw ) : void

Method Details

AlignPointers() public méthode

public AlignPointers ( uint pos ) : uint
pos uint
Résultat uint

Clone() public méthode

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
Résultat QbItemBase

Construct() public méthode

public Construct ( BinaryEndianReader br, QbItemType type ) : void
br BinaryEndianReader
type QbItemType
Résultat void

Create() public méthode

public Create ( QbItemType type ) : void
type QbItemType
Résultat void

QbItemArray() public méthode

public QbItemArray ( QbFile root ) : System
root QbFile
Résultat System