C# Class DatDigger.DataTypeExtensions

Afficher le fichier Open project: nohbdy/ffxivmodelviewer

Méthodes publiques

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

Private Methods

Méthode Description
DecryptString ( byte stringData ) : void
ReadString ( BinaryReader reader ) : string

Method Details

GetRealType() public static méthode

public static GetRealType ( this type ) : Type
type this
Résultat System.Type

ParseDataType() public static méthode

public static ParseDataType ( this p ) : DataType
p this
Résultat DataType

ReadData() public static méthode

public static ReadData ( this type, BinaryReader reader ) : object
type this
reader System.IO.BinaryReader
Résultat object