C# Class FETextEditor.App

Inheritance: IApplication
Mostra file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
App ( ) : System
DumbScript ( string path ) : void
InsertScript ( string path ) : void
LoadROM ( string path ) : void
LoadText ( int index ) : void
SaveROM ( ) : void
SaveROM ( string path ) : void
SetText ( string text, int index ) : void

Private Methods

Method Description
GetLength ( int offset, bool compressed ) : int
GetText ( int index, Stream ROMStream, MemoryStream rawText ) : string
InsertAllText ( StreamReader reader, Stream ROMStream ) : void
LoadHuffmanTree ( int offset, int end ) : void
LoadRawTextOffsets ( int offset, int length ) : void
SaveXML ( ) : void
SetHexData ( byte data, int grouping, int lining, int offset ) : string
WriteAllTexts ( Stream input, TextWriter output ) : void
WriteOffsets ( ) : void

Method Details

App() public method

public App ( ) : System
return System

DumbScript() public method

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

InsertScript() public method

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

LoadROM() public method

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

LoadText() public method

public LoadText ( int index ) : void
index int
return void

SaveROM() public method

public SaveROM ( ) : void
return void

SaveROM() public method

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

SetText() public method

public SetText ( string text, int index ) : void
text string
index int
return void