C# Class Studyzy.IMEWLConverter.MainBody

Datei anzeigen Open project: studyzy/imewlconverter Class Usage Examples

Public Methods

Method Description
Convert ( IList filePathes ) : string

转换多个文件成一个文件

Convert ( IList filePathes, string outputDir ) : void

转换多个文件为对应文件名的多个文件

ExportToFile ( string filePath ) : void
GetRealPath ( IList filePathes ) : List
MainBody ( ) : System
StreamConvert ( IList filePathes, string outPath ) : void

Private Methods

Method Description
ConvertChinese ( WordLibraryList wordLibraryList ) : WordLibraryList
Filter ( WordLibraryList list ) : WordLibraryList
GenerateDestinationCode ( WordLibraryList wordLibraryList, CodeType codeType ) : void
GenerateWordRank ( WordLibraryList wordLibraryList ) : void
IsKeep ( WordLibrary wordLibrary ) : bool
RemoveEmptyCodeData ( WordLibraryList wordLibraryList ) : WordLibraryList

Method Details

Convert() public method

转换多个文件成一个文件
public Convert ( IList filePathes ) : string
filePathes IList
return string

Convert() public method

转换多个文件为对应文件名的多个文件
public Convert ( IList filePathes, string outputDir ) : void
filePathes IList
outputDir string
return void

ExportToFile() public method

public ExportToFile ( string filePath ) : void
filePath string
return void

GetRealPath() public method

public GetRealPath ( IList filePathes ) : List
filePathes IList
return List

MainBody() public method

public MainBody ( ) : System
return System

StreamConvert() public method

public StreamConvert ( IList filePathes, string outPath ) : void
filePathes IList
outPath string
return void