C# Class DatDigger.DataTypeExtensions

Datei anzeigen Open project: nohbdy/ffxivmodelviewer

Public Methods

Method Description
GetRealType ( this type ) : Type
ParseDataType ( this p ) : DataType
ReadData ( this type, BinaryReader reader ) : object

Private Methods

Method Description
DecryptString ( byte stringData ) : void
ReadString ( BinaryReader reader ) : string

Method Details

GetRealType() public static method

public static GetRealType ( this type ) : Type
type this
return System.Type

ParseDataType() public static method

public static ParseDataType ( this p ) : DataType
p this
return DataType

ReadData() public static method

public static ReadData ( this type, BinaryReader reader ) : object
type this
reader System.IO.BinaryReader
return object