C# Class ExtensionLoader.Ini.IniDocument

Afficher le fichier Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Méthodes publiques

Méthode Description
IniDocument ( ) : System
IniDocument ( IniReader reader ) : System
IniDocument ( Stream stream ) : System
IniDocument ( Stream stream, IniFileType type ) : System
IniDocument ( TextReader reader ) : System
IniDocument ( TextReader reader, IniFileType type ) : System
IniDocument ( string filePath ) : System
IniDocument ( string filePath, IniFileType type ) : System
Load ( IniReader reader ) : void
Load ( Stream stream ) : void
Load ( TextReader reader ) : void
Load ( string filePath ) : void
Save ( Stream stream ) : void
Save ( TextWriter textWriter ) : void
Save ( string filePath ) : void

Private Methods

Méthode Description
GetIniReader ( TextReader reader, IniFileType type ) : IniReader

Returns a proper INI reader depending upon the type parameter.

GetIniWriter ( TextWriter reader, IniFileType type ) : IniWriter

Returns a proper IniWriter depending upon the type parameter.

LoadReader ( IniReader reader ) : void

Loads the file not saving comments.

Method Details

IniDocument() public méthode

public IniDocument ( ) : System
Résultat System

IniDocument() public méthode

public IniDocument ( IniReader reader ) : System
reader IniReader
Résultat System

IniDocument() public méthode

public IniDocument ( Stream stream ) : System
stream Stream
Résultat System

IniDocument() public méthode

public IniDocument ( Stream stream, IniFileType type ) : System
stream Stream
type IniFileType
Résultat System

IniDocument() public méthode

public IniDocument ( TextReader reader ) : System
reader System.IO.TextReader
Résultat System

IniDocument() public méthode

public IniDocument ( TextReader reader, IniFileType type ) : System
reader System.IO.TextReader
type IniFileType
Résultat System

IniDocument() public méthode

public IniDocument ( string filePath ) : System
filePath string
Résultat System

IniDocument() public méthode

public IniDocument ( string filePath, IniFileType type ) : System
filePath string
type IniFileType
Résultat System

Load() public méthode

public Load ( IniReader reader ) : void
reader IniReader
Résultat void

Load() public méthode

public Load ( Stream stream ) : void
stream Stream
Résultat void

Load() public méthode

public Load ( TextReader reader ) : void
reader System.IO.TextReader
Résultat void

Load() public méthode

public Load ( string filePath ) : void
filePath string
Résultat void

Save() public méthode

public Save ( Stream stream ) : void
stream Stream
Résultat void

Save() public méthode

public Save ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
Résultat void

Save() public méthode

public Save ( string filePath ) : void
filePath string
Résultat void