C# Class TextFileTools.TextFileProcessor

ファイルを表示 Open project: EFanZh/EFanZh

Public Methods

Method Description
ProcessFileAsync ( string files, IProgress progress, IEnumerable options ) : System.Threading.Tasks.Task

Private Methods

Method Description
AddBlankLineAtFileBottom ( byte file_data ) : byte[]
RemoveBOM ( byte file_data ) : byte[]

Method Details

ProcessFileAsync() public method

public ProcessFileAsync ( string files, IProgress progress, IEnumerable options ) : System.Threading.Tasks.Task
files string
progress IProgress
options IEnumerable
return System.Threading.Tasks.Task