Represents an INI data parser for streams.
More...
|
IniDataParser | Parser [get, protected set] |
| This instance will handle ini data parsing and writing.
|
|
Represents an INI data parser for streams.
◆ StreamIniDataParser()
IniParser.StreamIniDataParser.StreamIniDataParser |
( |
IniDataParser |
parser | ) |
|
|
inline |
◆ ReadData()
IniData IniParser.StreamIniDataParser.ReadData |
( |
StreamReader |
reader | ) |
|
|
inline |
Reads data in INI format from a stream.
- Parameters
-
- Returns
- And IniData instance with the readed ini data parsed.
- Exceptions
-
ArgumentNullException | Thrown if reader is null . |
◆ WriteData() [1/2]
void IniParser.StreamIniDataParser.WriteData |
( |
StreamWriter |
writer, |
|
|
IniData |
iniData |
|
) |
| |
|
inline |
Writes the ini data to a stream.
- Parameters
-
writer | A write stream where the ini data will be stored |
iniData | An IniData instance. |
- Exceptions
-
ArgumentNullException | Thrown if writer is null . |
◆ WriteData() [2/2]
Writes the ini data to a stream.
- Parameters
-
writer | A write stream where the ini data will be stored |
iniData | An IniData instance. |
formatter | Formaterr instance that controls how the ini data is transformed to a string |
- Exceptions
-
ArgumentNullException | Thrown if writer is null . |
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/AutoConfig/IniFileParser/StreamIniDataParser.cs