C# Класс Nanook.QueenBee.Parser.QbItemString

Наследование: QbItemBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Write void
bytesToString string
stringToBytes byte[]

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CalcItemCount ( ) : int

Приватные методы

Метод Описание
Write ( BinaryEndianWriter bw ) : void
bytesToString ( byte bytes ) : string
stringToBytes ( string s ) : byte[]

Описание методов

AlignPointers() публичный Метод

public AlignPointers ( uint pos ) : uint
pos uint
Результат uint

CalcItemCount() защищенный Метод

protected CalcItemCount ( ) : int
Результат int

Clone() публичный Метод

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
Результат QbItemBase

Construct() публичный Метод

public Construct ( BinaryEndianReader br, QbItemType type ) : void
br BinaryEndianReader
type QbItemType
Результат void

Create() публичный Метод

public Create ( QbItemType type ) : void
type QbItemType
Результат void

QbItemString() публичный Метод

public QbItemString ( QbFile root ) : System
root QbFile
Результат System