C# Class GSF.COMTRADE.Parser

COMTRADE data file(s) parser.
Inheritance: IDisposable
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode Description
CloseFiles ( ) : void

Closes all COMTRADE data file streams.

Dispose ( ) : void

Releases all the resources used by the Parser object.

OpenFiles ( ) : void

Opens all COMTRADE data file streams.

Parser ( ) : System

Creates a new instance of the COMTRADE Parser.

ReadNext ( ) : bool

Reads next COMTRADE record.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the Parser object and optionally releases the managed resources.

Private Methods

Méthode Description
ReadNextAscii ( ) : bool
ReadNextBinary ( ) : bool

Method Details

CloseFiles() public méthode

Closes all COMTRADE data file streams.
public CloseFiles ( ) : void
Résultat void

Dispose() public méthode

Releases all the resources used by the Parser object.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Releases the unmanaged resources used by the Parser object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

OpenFiles() public méthode

Opens all COMTRADE data file streams.
public OpenFiles ( ) : void
Résultat void

Parser() public méthode

Creates a new instance of the COMTRADE Parser.
public Parser ( ) : System
Résultat System

ReadNext() public méthode

Reads next COMTRADE record.
public ReadNext ( ) : bool
Résultat bool