C# Класс Blaze.Server.TdfDecoder

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

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

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