C# Class DBCViewer.DBCReader

Inheritance: IWowClientDBReader
Datei anzeigen Open project: tomrus88/dbcviewer Class Usage Examples

Public Methods

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

Method Details

DBCReader() public method

public DBCReader ( string fileName ) : System
fileName string
return System

GetString() public method

public GetString ( int offset ) : string
offset int
return string

Save() public method

public Save ( DataTable table, Table def, string path ) : void
table DataTable
def Table
path string
return void