C# 클래스 Studyzy.IMEWLConverter.MainBody

파일 보기 프로젝트 열기: studyzy/imewlconverter 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Convert() 공개 메소드

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

Convert() 공개 메소드

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

ExportToFile() 공개 메소드

public ExportToFile ( string filePath ) : void
filePath string
리턴 void

GetRealPath() 공개 메소드

public GetRealPath ( IList filePathes ) : List
filePathes IList
리턴 List

MainBody() 공개 메소드

public MainBody ( ) : System
리턴 System

StreamConvert() 공개 메소드

public StreamConvert ( IList filePathes, string outPath ) : void
filePathes IList
outPath string
리턴 void