C# Class translatr.LocalsFile

Exibir arquivo 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_oe property

public List entries
return List

id public_oe property

public uint id
return uint

isBE public_oe property

public bool isBE
return bool

name public_oe property

public String name
return String

sourcePath public_oe property

public String sourcePath
return String