C# Class DBCViewer.STLReader

Inheritance: IWowClientDBReader
Show file Open project: tomrus88/dbcviewer Class Usage Examples

Public Methods

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

Method Details

ReadString() public method

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

STLReader() public method

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

Save() public method

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