C# Class DBCViewer.DBCReader

Inheritance: IWowClientDBReader
Afficher le fichier Open project: tomrus88/dbcviewer Class Usage Examples

Méthodes publiques

Méthode Description
DBCReader ( string fileName ) : System
GetString ( int offset ) : string
Save ( DataTable table, Table def, string path ) : void

Method Details

DBCReader() public méthode

public DBCReader ( string fileName ) : System
fileName string
Résultat System

GetString() public méthode

public GetString ( int offset ) : string
offset int
Résultat string

Save() public méthode

public Save ( DataTable table, Table def, string path ) : void
table DataTable
def Table
path string
Résultat void