Show / Hide Table of Contents

    Enum FileType

    File format type.

    Namespace: Lucene.Net.Benchmarks.ByTask.Utils
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public enum FileType : int

    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.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)