C# Class ZeroInstall.Store.Implementations.Archives.SevenZipExtractor

Extracts a 7z archive.
Inheritance: ArchiveExtractor
Mostra file Open project: 0install/0install-win Class Usage Examples

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Execute ( ) : void

Private Methods

Method Description
ExtractComplete ( SevenZip extractor ) : void

Extracts all files from the archive in one go.

ExtractIndividual ( SevenZip extractor ) : void

Extracts files from the archive one-by-one.

SevenZipExtractor ( [ stream, [ target ) : System

Prepares to extract a 7z archive contained in a stream.

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() protected method

protected Execute ( ) : void
return void