C# 클래스 translatr.TransFile

파일 보기 프로젝트 열기: sephiroth99/translatr 1 사용 예제들

공개 메소드들

메소드 설명
AddEntry ( String text, String language, String blockNb ) : void
AddFile ( String basepath, String filename ) : void
AddLocalsFile ( LocalsFile lf, String basepath, String filename ) : void
Close ( ) : void
Open ( String inputPath, LocalsFile &lf, List &cfl, String &bigPath, String &patchPath ) : void
TransFile ( String bigpath, String patchpath, bool isBE ) : System

비공개 메소드들

메소드 설명
addCineFileNode ( XPathNavigator current, List cfl, bool isBigEndian ) : void
addLocalsFileNode ( XPathNavigator current, LocalsFile &lf, bool isBigEndian ) : void

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( String text, String language, String blockNb ) : void
text String
language String
blockNb String
리턴 void

AddFile() 공개 메소드

public AddFile ( String basepath, String filename ) : void
basepath String
filename String
리턴 void

AddLocalsFile() 공개 메소드

public AddLocalsFile ( LocalsFile lf, String basepath, String filename ) : void
lf LocalsFile
basepath String
filename String
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Open() 공개 정적인 메소드

public static Open ( String inputPath, LocalsFile &lf, List &cfl, String &bigPath, String &patchPath ) : void
inputPath String
lf LocalsFile
cfl List
bigPath String
patchPath String
리턴 void

TransFile() 공개 메소드

public TransFile ( String bigpath, String patchpath, bool isBE ) : System
bigpath String
patchpath String
isBE bool
리턴 System