C# Class Datamodel.Codecs.KeyValues2.KV2Writer

Inheritance: IDisposable
Mostrar archivo Open project: Artfunkel/Datamodel.NET

Public Methods

Method 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

Method Description
Sanitise ( string value ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

KV2Writer() public method

public KV2Writer ( Stream output ) : System
output Stream
return System

TrimEnd() public method

public TrimEnd ( int count ) : void
count int
return void

Write() public method

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

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

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

WriteTokenLine() public method

public WriteTokenLine ( ) : void
return void

WriteTokens() public method

public WriteTokens ( ) : void
return void