C# 클래스 DBCViewer.DBCReader

상속: IWowClientDBReader
파일 보기 프로젝트 열기: tomrus88/dbcviewer 1 사용 예제들

공개 메소드들

메소드 설명
DBCReader ( string fileName ) : System
GetString ( int offset ) : string
Save ( DataTable table, Table def, string path ) : void

메소드 상세

DBCReader() 공개 메소드

public DBCReader ( string fileName ) : System
fileName string
리턴 System

GetString() 공개 메소드

public GetString ( int offset ) : string
offset int
리턴 string

Save() 공개 메소드

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