Метод | Описание | |
---|---|---|
ReadData ( |
Reads data in INI format from a stream.
|
|
StreamIniDataParser ( ) : System |
Ctor
|
|
StreamIniDataParser ( |
Ctor
|
|
WriteData ( |
Writes the ini data to a stream.
|
|
WriteData ( |
Writes the ini data to a stream.
|
public ReadData ( |
||
reader | Reader stream. | |
Результат |
public StreamIniDataParser ( |
||
parser | ||
Результат | System |
public WriteData ( |
||
writer | A write stream where the ini data will be stored | |
iniData | An |
|
Результат | void |
public WriteData ( |
||
writer | A write stream where the ini data will be stored | |
iniData | An |
|
formatter | IIniDataFormatter | Formaterr instance that controls how the ini data is transformed to a string |
Результат | void |