C# 클래스 subtitleMemorize.UtilsInputFiles

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

공개 메소드들

메소드 설명
AddFile ( String filename ) : void
AddFileWithProperties ( String filename, String>.Dictionary dict ) : void
GetFileDescriptions ( ) : List

Gets the file descriptions. It resolves wildcards so that this function returns a list of usable files.

SetPropertiesOfFirstFile ( string key, string value ) : void
ToString ( ) : string
UtilsInputFiles ( String inputString ) : System

비공개 메소드들

메소드 설명
AddFileDescToList ( bool isFillerFile, string filePath, string>.Dictionary dictionary ) : List
EscapeSequencesToNormalChar ( String str ) : String
SpecialCharacterToEscapeSequence ( String str ) : String
StringToTokenType ( String str ) : TT
TokenizeInputString ( String inputStr ) : String[]

Splits the input string on special charcters '<', >', '=' and ','. In case these characters are precedented by '\' they become normal characters and the string will not be split at this point. <encoding=utf-8,>

메소드 상세

AddFile() 공개 메소드

public AddFile ( String filename ) : void
filename String
리턴 void

AddFileWithProperties() 공개 메소드

public AddFileWithProperties ( String filename, String>.Dictionary dict ) : void
filename String
dict String>.Dictionary
리턴 void

GetFileDescriptions() 공개 메소드

Gets the file descriptions. It resolves wildcards so that this function returns a list of usable files.
public GetFileDescriptions ( ) : List
리턴 List

SetPropertiesOfFirstFile() 공개 메소드

public SetPropertiesOfFirstFile ( string key, string value ) : void
key string
value string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UtilsInputFiles() 공개 메소드

public UtilsInputFiles ( String inputString ) : System
inputString String
리턴 System