Méthode | Description | |
---|---|---|
JavaPropertyWriter ( |
Construct an instance of this class.
|
|
Write ( Stream stream, string comments ) : void |
Write the properties to the output stream.
|
Méthode | Description | |
---|---|---|
escapeKey ( string s ) : string |
Escape the string as a Key with character set ISO-8859-1 - the characters 0-127 are US-ASCII and we will escape any others. The passed string is Unicode which extends ISO-8859-1 - so all is well.
|
|
escapeValue ( string s ) : string |
public JavaPropertyWriter ( |
||
hashtable | The Hashtable (or JavaProperties) instance /// whose values are to be written. | |
Résultat | System |
public Write ( Stream stream, string comments ) : void | ||
stream | Stream | The output stream where the properties are written. |
comments | string | Optional comments that are placed at the beginning of the output. |
Résultat | void |