C# Class Sfm2Xml.SfmFileReader

Inheritance: ByteReader
Show file Open project: sillsdev/FieldWorks

Protected Properties

Property Type Description
m_longestSfmSize int
m_sfmOrder List
m_sfmUsage int>.Dictionary
m_sfmWithDataUsage int>.Dictionary

Public Methods

Method Description
ContainsSfm ( string sfm ) : bool
GetSFMCount ( string sfm ) : int
GetSFMOrder ( string sfm ) : int
GetSFMWithDataCount ( string sfm ) : int
SfmFileReader ( string filename ) : System

Protected Methods

Method Description
Init ( ) : void

Private Methods

Method Description
HasDataAfterRemovingWhiteSpace ( byte data ) : bool

Method Details

ContainsSfm() public method

public ContainsSfm ( string sfm ) : bool
sfm string
return bool

GetSFMCount() public method

public GetSFMCount ( string sfm ) : int
sfm string
return int

GetSFMOrder() public method

public GetSFMOrder ( string sfm ) : int
sfm string
return int

GetSFMWithDataCount() public method

public GetSFMWithDataCount ( string sfm ) : int
sfm string
return int

Init() protected method

protected Init ( ) : void
return void

SfmFileReader() public method

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

Property Details

m_longestSfmSize protected property

protected int m_longestSfmSize
return int

m_sfmOrder protected property

protected List m_sfmOrder
return List

m_sfmUsage protected property

protected Dictionary m_sfmUsage
return int>.Dictionary

m_sfmWithDataUsage protected property

protected Dictionary m_sfmWithDataUsage
return int>.Dictionary