C# Class Nanook.QueenBee.Parser.QbItemQbKey

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

Private Properties

Property Type Description
Write void

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
QbItemQbKey ( QbFile root ) : System

Protected Methods

Method Description
CalcItemCount ( ) : int

Private Methods

Method Description
Write ( BinaryEndianWriter bw ) : void

Method Details

AlignPointers() public method

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

CalcItemCount() protected method

protected CalcItemCount ( ) : int
return int

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

QbItemQbKey() public method

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