C# Class Sfm2Xml.SfmFileReaderEx

Inheritance: SfmFileReader
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
GetFollowedByInfo ( ) : Dictionary>
SfmFileReaderEx ( string filename ) : System

Méthodes protégées

Méthode Description
Init ( ) : void

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

Private Methods

Méthode Description
BuildKey ( string first, string last ) : string
CountBytes ( ) : void

read the internal file data and save the byte counts

Method Details

GetFollowedByInfo() public méthode

public GetFollowedByInfo ( ) : Dictionary>
Résultat Dictionary>

Init() protected méthode

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
Résultat void

SfmFileReaderEx() public méthode

public SfmFileReaderEx ( string filename ) : System
filename string
Résultat System