Enum FileType
File format type.
Namespace: Lucene.Net.Benchmarks.ByTask.Utils
Assembly: Lucene.Net.Benchmark.dll
Syntax
public enum FileType
Fields
Name | Description |
---|---|
BZIP2 | BZIP2 is automatically used for .bz2 and .bzip2 extensions. |
GZIP | GZIP is automatically used for .gz and .gzip extensions. |
PLAIN | Plain text is used for anything which is not GZIP or BZIP. |