C# Класс GSF.COMTRADE.Parser

COMTRADE data file(s) parser.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

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

Приватные методы

Метод Описание
ReadNextAscii ( ) : bool
ReadNextBinary ( ) : bool

Описание методов

CloseFiles() публичный метод

Closes all COMTRADE data file streams.
public CloseFiles ( ) : void
Результат void

Dispose() публичный метод

Releases all the resources used by the Parser object.
public Dispose ( ) : void
Результат void

Dispose() защищенный метод

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.
Результат void

OpenFiles() публичный метод

Opens all COMTRADE data file streams.
public OpenFiles ( ) : void
Результат void

Parser() публичный метод

Creates a new instance of the COMTRADE Parser.
public Parser ( ) : System
Результат System

ReadNext() публичный метод

Reads next COMTRADE record.
public ReadNext ( ) : bool
Результат bool