C# 클래스 Blaze.Server.TdfDecoder

파일 보기 프로젝트 열기: sebastian-malek/blaze-server 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( ) : Tdf>.Dictionary
TdfDecoder ( byte data ) : System

비공개 메소드들

메소드 설명
DecodeInteger ( ) : ulong

Decodes an encoded integer.

DecodeList ( TdfBaseType listType, int listSize ) : ArrayList
DecodeString ( ) : string
DecodeStruct ( ) : List
DecodeTdfBlob ( string label ) : TdfBlob
DecodeTdfInteger ( string label ) : TdfInteger
DecodeTdfIntegerList ( string label ) : TdfIntegerList
DecodeTdfList ( string label ) : TdfList
DecodeTdfMap ( string label ) : TdfMap
DecodeTdfString ( string label ) : TdfString
DecodeTdfStruct ( string label ) : TdfStruct
DecodeTdfUnion ( string label ) : TdfUnion
DecodeTdfVector2 ( string label ) : TdfVector2
DecodeTdfVector3 ( string label ) : TdfVector3
ReadLabel ( ) : string

Decodes a tag to a label.

ReadTdf ( ) : Tdf

메소드 상세

Decode() 공개 메소드

public Decode ( ) : Tdf>.Dictionary
리턴 Tdf>.Dictionary

TdfDecoder() 공개 메소드

public TdfDecoder ( byte data ) : System
data byte
리턴 System