• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • SharpSevenZip
      • ArchiveFileInfo
      • ArchiveProperty
      • CompressionLevel
      • CompressionMethod
      • CompressionMode
      • EventSynchronizationStrategy
      • ExtractFileCallback
      • ICancellable
      • InArchiveFormat
      • LibraryFeature
      • OperationResult
      • OutArchiveFormat
      • SfxModule
      • SharpSevenZipArchiveFormat
      • SharpSevenZipBase
      • SharpSevenZipCompressor
      • SharpSevenZipExtractor
      • SharpSevenZipSfx
      • StreamWithAttributes
      • ZipEncryptionMethod
    • SharpSevenZip.EventArguments
      • ExtractFileCallbackArgs
      • ExtractFileCallbackReason
      • FileInfoEventArgs
      • FileNameEventArgs
      • FileOverwriteEventArgs
      • IntEventArgs
      • OpenEventArgs
      • PercentDoneEventArgs
      • ProgressEventArgs
    • SharpSevenZip.Exceptions
      • CompressionFailedException
      • ExtractionFailedException
      • LzmaException
      • SharpSevenZipArchiveException
      • SharpSevenZipCompressionFailedException
      • SharpSevenZipException
      • SharpSevenZipExtractionFailedException
      • SharpSevenZipInvalidFileNamesException
      • SharpSevenZipLibraryException
      • SharpSevenZipSfxValidationException
    • SharpSevenZip.Lzma
      • LzmaDecodeStream
      • LzmaEncodeStream
    • SharpSevenZip.Sdk
      • CoderPropId
      • ICodeProgress
      • ICoder
    • SharpSevenZip.Sdk.Compression.Lzma
      • Decoder
      • Encoder

    Enum CoderPropId

    Provides the fields that represent properties idenitifiers for compressing.

    Namespace: SharpSevenZip.Sdk
    Assembly: SharpSevenZip.dll
    Syntax
    public enum CoderPropId

    Fields

    Name Description
    Algorithm

    Specifies number of algorithm.

    BlockSize

    Specifies Block Size.

    DefaultProp

    Specifies default property.

    DictionarySize

    Specifies size of dictionary.

    EndMarker

    Specifies mode with end marker.

    LitContextBits

    Specifies number of literal context bits for LZMA (0 <= x <= 8).

    LitPosBits

    Specifies number of literal position bits for LZMA (0 <= x <= 4).

    MatchFinder

    Specifies match finder. LZMA: "BT2", "BT4" or "BT4B".

    MatchFinderCycles

    Specifies the number of match finder cyckes.

    NumFastBytes

    Specifies number of fast bytes for LZ*.

    NumPasses

    Specifies number of passes.

    NumThreads

    Specifies the number of threads.

    Order

    Specifies order for PPM methods.

    PosStateBits

    Specifies number of postion state bits for LZMA (0 <= x <= 4).

    UsedMemorySize

    Specifies size of memory for PPM*.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright (C) Markovtsev Vadim 2009, 2010, Jérémy Ansel 2024