C# 클래스 FETextEditor.App

상속: IApplication
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

DumbScript() 공개 메소드

public DumbScript ( string path ) : void
path string
리턴 void

InsertScript() 공개 메소드

public InsertScript ( string path ) : void
path string
리턴 void

LoadROM() 공개 메소드

public LoadROM ( string path ) : void
path string
리턴 void

LoadText() 공개 메소드

public LoadText ( int index ) : void
index int
리턴 void

SaveROM() 공개 메소드

public SaveROM ( ) : void
리턴 void

SaveROM() 공개 메소드

public SaveROM ( string path ) : void
path string
리턴 void

SetText() 공개 메소드

public SetText ( string text, int index ) : void
text string
index int
리턴 void