C# Class Nanook.QueenBee.Parser.QbItemString

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

Private Properties

Свойство Type Description
Write void
bytesToString string
stringToBytes byte[]

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

Méthodes protégées

Méthode Description
CalcItemCount ( ) : int

Private Methods

Méthode Description
Write ( BinaryEndianWriter bw ) : void
bytesToString ( byte bytes ) : string
stringToBytes ( string s ) : byte[]

Method Details

AlignPointers() public méthode

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

CalcItemCount() protected méthode

protected CalcItemCount ( ) : int
Résultat int

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

QbItemString() public méthode

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