C# 클래스 Nanook.QueenBee.Parser.QbItemString

상속: QbItemBase
파일 보기 프로젝트 열기: Nanook/Queen-Bee 1 사용 예제들

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