• 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

    Namespace SharpSevenZip

    Classes

    SharpSevenZipArchiveFormat

    Check the format of archives.

    SharpSevenZipBase

    SharpSevenZip Extractor/Compressor base class. Implements Password string, ReportErrors flag.

    SharpSevenZipCompressor

    Class to pack data into archives supported by 7-Zip.

    SharpSevenZipExtractor

    Class to unpack data from archives supported by 7-Zip.

    SharpSevenZipSfx

    The class for making 7-zip based self-extracting archives.

    StreamWithAttributes

    Structs

    ArchiveFileInfo

    Struct for storing information about files in the 7-zip archive.

    ArchiveProperty

    Archive property struct.

    Interfaces

    ICancellable

    The definition of the interface which supports the cancellation of a process.

    Enums

    CompressionLevel

    Compression level enumeration

    CompressionMethod

    Compression method enumeration.

    CompressionMode

    Archive compression mode.

    EventSynchronizationStrategy

    The way of the event synchronization.

    InArchiveFormat

    Readable archive format enumeration.

    LibraryFeature

    The set of features supported by the library.

    OperationResult

    Stores operation result values

    OutArchiveFormat

    Writable archive format enumeration.

    SfxModule

    Sfx module choice enumeration

    ZipEncryptionMethod

    Zip encryption method enum.

    Delegates

    ExtractFileCallback

    Callback delegate for ExtractFiles(ExtractFileCallback).

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