C# Class Studyzy.IMEWLConverter.MainBody

Afficher le fichier Open project: studyzy/imewlconverter Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

Convert() public méthode

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

ExportToFile() public méthode

public ExportToFile ( string filePath ) : void
filePath string
Résultat void

GetRealPath() public méthode

public GetRealPath ( IList filePathes ) : List
filePathes IList
Résultat List

MainBody() public méthode

public MainBody ( ) : System
Résultat System

StreamConvert() public méthode

public StreamConvert ( IList filePathes, string outPath ) : void
filePathes IList
outPath string
Résultat void