C# Class Sfm2Xml.SfmFileReaderEx

Inheritance: SfmFileReader
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
GetFollowedByInfo ( ) : Dictionary>
SfmFileReaderEx ( string filename ) : System

Protected Methods

Method 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

Method Description
BuildKey ( string first, string last ) : string
CountBytes ( ) : void

read the internal file data and save the byte counts

Method Details

GetFollowedByInfo() public method

public GetFollowedByInfo ( ) : Dictionary>
return Dictionary>

Init() protected method

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
return void

SfmFileReaderEx() public method

public SfmFileReaderEx ( string filename ) : System
filename string
return System