C# 클래스 Sfm2Xml.SfmFileReaderEx

상속: SfmFileReader
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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