CachedIniFile Constructor |
Name | Description | |
---|---|---|
CachedIniFile |
Creates a new empty CachedIniFile object
| |
CachedIniFile(Stream) |
Creates a new CachedIniFile object and fills it with the contents of the specified
INI file
| |
CachedIniFile(String) |
Creates a new CachedIniFile object and fills it with the contents of the specified
INI file
| |
CachedIniFile(Stream, Encoding) |
Creates a new CachedIniFile object and fills it with the contents of the specified
INI file
| |
CachedIniFile(String, Encoding) |
Creates a new CachedIniFile object and fills it with the contents of the specified
INI file
|