C# Class translatr.TransFile

Mostrar archivo Open project: sephiroth99/translatr Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
addCineFileNode ( XPathNavigator current, List cfl, bool isBigEndian ) : void
addLocalsFileNode ( XPathNavigator current, LocalsFile &lf, bool isBigEndian ) : void

Method Details

AddEntry() public method

public AddEntry ( String text, String language, String blockNb ) : void
text String
language String
blockNb String
return void

AddFile() public method

public AddFile ( String basepath, String filename ) : void
basepath String
filename String
return void

AddLocalsFile() public method

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

Close() public method

public Close ( ) : void
return void

Open() public static method

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

TransFile() public method

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