C# Класс subtitleMemorize.UtilsInputFiles

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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