• Api Documentation
  • Source Code
  • SharpSevenZip
  • OutArchiveFormat
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 OutArchiveFormat

    Writable archive format enumeration.

    Namespace: SharpSevenZip
    Assembly: SharpSevenZip.dll
    Syntax
    public enum OutArchiveFormat

    Fields

    Name Description
    BZip2

    Open Bzip2 archive format.

    GZip

    Open Gzip archive format.

    SevenZip

    Open 7-zip archive format.

    Tar

    Open Tar archive format.

    Wim

    Microsoft Windows Imaging disk image format.

    XZ

    Open Xz archive format.

    Zip

    Open Zip archive format.

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