Méthode | Description | |
---|---|---|
ParadoxCompressedSaver ( Stream data ) : System | ||
Write ( string header, Action |
||
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 |
Méthode | Description | |
---|---|---|
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 |
public ParadoxCompressedSaver ( Stream data ) : System | ||
data | Stream | |
Résultat | System |
public Write ( string header, Action |
||
header | string | |
objWriter | Action |
|
Résultat | void |
public Write ( string value, ValueWrite type ) : void | ||
value | string | |
type | ValueWrite | |
Résultat | void |
public Write ( string key, string value, ValueWrite valuetype ) : void | ||
key | string | |
value | string | |
valuetype | ValueWrite | |
Résultat | void |
public WriteComment ( string comment ) : void | ||
comment | string | |
Résultat | void |
public WriteLine ( string key, System.DateTime date ) : void | ||
key | string | |
date | System.DateTime | |
Résultat | void |
public WriteLine ( string value, ValueWrite valuetype ) : void | ||
value | string | |
valuetype | ValueWrite | |
Résultat | void |
public WriteLine ( string key, string value, ValueWrite valuetype ) : void | ||
key | string | |
value | string | |
valuetype | ValueWrite | |
Résultat | void |