C# 클래스 Datamodel.Codecs.KeyValues2.KV2Writer

상속: IDisposable
파일 보기 프로젝트 열기: Artfunkel/Datamodel.NET

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Sanitise ( string value ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

KV2Writer() 공개 메소드

public KV2Writer ( Stream output ) : System
output Stream
리턴 System

TrimEnd() 공개 메소드

public TrimEnd ( int count ) : void
count int
리턴 void

Write() 공개 메소드

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

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

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

WriteTokenLine() 공개 메소드

public WriteTokenLine ( ) : void
리턴 void

WriteTokens() 공개 메소드

public WriteTokens ( ) : void
리턴 void