C# Class Datamodel.Codecs.KeyValues2.KV2Writer

Inheritance: IDisposable
Afficher le fichier Open project: Artfunkel/Datamodel.NET

Méthodes publiques

Méthode Description
Dispose ( ) : void
Flush ( ) : void
KV2Writer ( Stream output ) : System
TrimEnd ( int count ) : void
Write ( string value ) : void

Writes the string straight to the output steam, with no sanitisation.

WriteLine ( ) : void
WriteLine ( string value ) : void

Writes a new line followed by the given value

WriteTokenLine ( ) : void
WriteTokens ( ) : void

Private Methods

Méthode Description
Sanitise ( string value ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

KV2Writer() public méthode

public KV2Writer ( Stream output ) : System
output Stream
Résultat System

TrimEnd() public méthode

public TrimEnd ( int count ) : void
count int
Résultat void

Write() public méthode

Writes the string straight to the output steam, with no sanitisation.
public Write ( string value ) : void
value string
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

Writes a new line followed by the given value
public WriteLine ( string value ) : void
value string
Résultat void

WriteTokenLine() public méthode

public WriteTokenLine ( ) : void
Résultat void

WriteTokens() public méthode

public WriteTokens ( ) : void
Résultat void