C# Class Sfm2Xml.SfmFile

This is like SfmReader except that it stores the data for all the lines. It also stores the Shoebox private marker lines like SfmReaderEx.
Inheritance: SfmFileReader
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
SfmFile ( string filename ) : System

Protected Methods

Method Description
Init ( ) : void

Method Details

Init() protected method

protected Init ( ) : void
return void

SfmFile() public method

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