C# 클래스 Pdoxcl2Sharp.ParadoxCompressedSaver

상속: ParadoxStreamWriter
파일 보기 프로젝트 열기: nickbabcock/Pdoxcl2Sharp

공개 메소드들

메소드 설명
ParadoxCompressedSaver ( Stream data ) : System
Write ( string header, Action objWriter ) : void
Write ( string value, ValueWrite type ) : void
Write ( string key, string value, ValueWrite valuetype ) : void
WriteComment ( string comment ) : void
WriteLine ( string key, System.DateTime date ) : void
WriteLine ( string value, ValueWrite valuetype ) : void
WriteLine ( string key, string value, ValueWrite valuetype ) : void

비공개 메소드들

메소드 설명
NoNewLineIfQuoted ( ValueWrite val ) : ValueWrite

If a value being written is quoted, then there is no need to insert a newline because quotes are used as delimiters

Normalize ( ValueWrite val ) : ValueWrite
StripLeadingTabs ( ValueWrite val ) : ValueWrite

메소드 상세

ParadoxCompressedSaver() 공개 메소드

public ParadoxCompressedSaver ( Stream data ) : System
data Stream
리턴 System

Write() 공개 메소드

public Write ( string header, Action objWriter ) : void
header string
objWriter Action
리턴 void

Write() 공개 메소드

public Write ( string value, ValueWrite type ) : void
value string
type ValueWrite
리턴 void

Write() 공개 메소드

public Write ( string key, string value, ValueWrite valuetype ) : void
key string
value string
valuetype ValueWrite
리턴 void

WriteComment() 공개 메소드

public WriteComment ( string comment ) : void
comment string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string key, System.DateTime date ) : void
key string
date System.DateTime
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string value, ValueWrite valuetype ) : void
value string
valuetype ValueWrite
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string key, string value, ValueWrite valuetype ) : void
key string
value string
valuetype ValueWrite
리턴 void