C# Class translatr.LocalsFile

Show file Open project: sephiroth99/translatr Class Usage Examples

Public Properties

Property Type Description
entries List
id uint
isBE bool
name String
sourcePath String

Public Methods

Method Description
LocalsFile ( String p, String n, bool isBE ) : System
LocalsFile ( bool isBE ) : System
parse ( Stream s ) : void
parse ( String filePath ) : void
rebuildAndSave ( string path ) : void

Method Details

LocalsFile() public method

public LocalsFile ( String p, String n, bool isBE ) : System
p String
n String
isBE bool
return System

LocalsFile() public method

public LocalsFile ( bool isBE ) : System
isBE bool
return System

parse() public method

public parse ( Stream s ) : void
s Stream
return void

parse() public method

public parse ( String filePath ) : void
filePath String
return void

rebuildAndSave() public method

public rebuildAndSave ( string path ) : void
path string
return void

Property Details

entries public property

public List entries
return List

id public property

public uint id
return uint

isBE public property

public bool isBE
return bool

name public property

public String name
return String

sourcePath public property

public String sourcePath
return String