C# Класс FilesExtractor.Program

Показать файл Открыть проект

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

Метод Описание
Extract ( IFilesExtractor extractor, int idx, int reads ) : void
Main ( ) : void

Приватные методы

Метод Описание
Measure ( System.Action action ) : double
MeasureAvg ( System.Action action, int count ) : double
RunExtractors ( int reads ) : void

Описание методов

Extract() публичный статический Метод

public static Extract ( IFilesExtractor extractor, int idx, int reads ) : void
extractor IFilesExtractor
idx int
reads int
Результат void

Main() публичный статический Метод

public static Main ( ) : void
Результат void