C# Класс Sfm2Xml.SfmFileReaderEx

Наследование: SfmFileReader
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetFollowedByInfo ( ) : Dictionary>
SfmFileReaderEx ( string filename ) : System

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

Метод Описание
Init ( ) : void

Called by the base class in it's constructor, this is the method that reads the contents and gathers the sfm information.

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

Метод Описание
BuildKey ( string first, string last ) : string
CountBytes ( ) : void

read the internal file data and save the byte counts

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

GetFollowedByInfo() публичный Метод

public GetFollowedByInfo ( ) : Dictionary>
Результат Dictionary>

Init() защищенный Метод

Called by the base class in it's constructor, this is the method that reads the contents and gathers the sfm information.
protected Init ( ) : void
Результат void

SfmFileReaderEx() публичный Метод

public SfmFileReaderEx ( string filename ) : System
filename string
Результат System