C# Class Blaze.Server.TdfDecoder

Show file Open project: sebastian-malek/blaze-server Class Usage Examples

Public Methods

Method Description
Decode ( ) : Tdf>.Dictionary
TdfDecoder ( byte data ) : System

Private Methods

Method Description
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

Method Details

Decode() public method

public Decode ( ) : Tdf>.Dictionary
return Tdf>.Dictionary

TdfDecoder() public method

public TdfDecoder ( byte data ) : System
data byte
return System