C# Class GameMaker.PlainTextWriter

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: WarlockD/GMdsam Class Usage Examples

Private Properties

Свойство Type Description
CheckHeadder void
FindIdent string
Init void
PlainTextWriter System

Méthodes publiques

Méthode Description
AsyncWriteToFile ( string filename ) : System.Threading.Tasks.Task
Clear ( ) : void
ClearLine ( ) : void
Flush ( ) : void

Flushes the buffer to the streams.

GetStringBuilder ( ) : StringBuilder
PlainTextWriter ( Stream stream, Encoding encoding = null ) : System
PlainTextWriter ( TextWriter writer ) : System
PlainTextWriter ( string filename, Encoding encoding = null ) : System
PrintTabStops ( ) : void
ToString ( ) : string
Write ( char c ) : void
WriteLine ( ) : void
WriteToFile ( string filename ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CheckHeadder ( ) : void
FindIdent ( int count ) : string
Init ( PlainTextWriterSettings settings, Encoding encoding ) : void
PlainTextWriter ( ) : System

Method Details

AsyncWriteToFile() public méthode

public AsyncWriteToFile ( string filename ) : System.Threading.Tasks.Task
filename string
Résultat System.Threading.Tasks.Task

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearLine() public méthode

public ClearLine ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

Flushes the buffer to the streams.
public Flush ( ) : void
Résultat void

GetStringBuilder() public méthode

public GetStringBuilder ( ) : StringBuilder
Résultat StringBuilder

PlainTextWriter() public méthode

public PlainTextWriter ( Stream stream, Encoding encoding = null ) : System
stream Stream
encoding System.Text.Encoding
Résultat System

PlainTextWriter() public méthode

public PlainTextWriter ( TextWriter writer ) : System
writer System.IO.TextWriter
Résultat System

PlainTextWriter() public méthode

public PlainTextWriter ( string filename, Encoding encoding = null ) : System
filename string
encoding System.Text.Encoding
Résultat System

PrintTabStops() public méthode

public PrintTabStops ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( char c ) : void
c char
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteToFile() public méthode

public WriteToFile ( string filename ) : void
filename string
Résultat void