C# Class Studyzy.IMEWLConverter.IME.MsPinyin2

Inheritance: Studyzy.IMEWLConverter.IME.BaseImport, IWordLibraryImport, IWordLibraryExport
Mostrar archivo Open project: studyzy/imewlconverter

Public Methods

Method Description
Export ( WordLibraryList wlList ) : IList
ExportLine ( Studyzy.IMEWLConverter.Entities.WordLibrary wl ) : string
Import ( string path ) : WordLibraryList
ImportLine ( string line ) : WordLibraryList

Private Methods

Method Description
ReadAPinyinWord ( FileStream fs ) : IList
ReadScel ( string path ) : WordLibraryList

Method Details

Export() public method

public Export ( WordLibraryList wlList ) : IList
wlList WordLibraryList
return IList

ExportLine() public method

public ExportLine ( Studyzy.IMEWLConverter.Entities.WordLibrary wl ) : string
wl Studyzy.IMEWLConverter.Entities.WordLibrary
return string

Import() public method

public Import ( string path ) : WordLibraryList
path string
return WordLibraryList

ImportLine() public method

public ImportLine ( string line ) : WordLibraryList
line string
return WordLibraryList