C# Class SadConsole.Ansi.AnsiWriter

Afficher le fichier Open project: Thraka/SadConsole

Méthodes publiques

Méthode Description
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

Method Details

AnsiInterpret() public méthode

Interprets an individual ansi code.
public AnsiInterpret ( string code ) : void
code string The ANSI.SYS code to read.
Résultat void

AnsiReadLine() public méthode

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

AnsiWriter() public méthode

public AnsiWriter ( Document ansiDocument, SurfaceEditor editor ) : System
ansiDocument Document
editor SadConsole.Consoles.SurfaceEditor
Résultat System

Process() public méthode

public Process ( double timeElapsed ) : void
timeElapsed double
Résultat void

ReadEntireDocument() public méthode

Loads an ansi file and parses it.
public ReadEntireDocument ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void