C# 클래스 SadConsole.Ansi.AnsiWriter

파일 보기 프로젝트 열기: Thraka/SadConsole

공개 메소드들

메소드 설명
AnsiInterpret ( string code ) : void

Interprets an individual ansi code.

AnsiReadLine ( string line, bool moreLines = false ) : bool

Reads a line of ANSI.SYS code.

AnsiWriter ( Document ansiDocument, SurfaceEditor editor ) : System
Process ( double timeElapsed ) : void
ReadEntireDocument ( ) : void

Loads an ansi file and parses it.

Restart ( ) : void

메소드 상세

AnsiInterpret() 공개 메소드

Interprets an individual ansi code.
public AnsiInterpret ( string code ) : void
code string The ANSI.SYS code to read.
리턴 void

AnsiReadLine() 공개 메소드

Reads a line of ANSI.SYS code.
public AnsiReadLine ( string line, bool moreLines = false ) : bool
line string The line to read.
moreLines bool
리턴 bool

AnsiWriter() 공개 메소드

public AnsiWriter ( Document ansiDocument, SurfaceEditor editor ) : System
ansiDocument Document
editor SadConsole.Consoles.SurfaceEditor
리턴 System

Process() 공개 메소드

public Process ( double timeElapsed ) : void
timeElapsed double
리턴 void

ReadEntireDocument() 공개 메소드

Loads an ansi file and parses it.
public ReadEntireDocument ( ) : void
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void