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

Extracts a ZIP 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
IsExecutable ( ZipEntry entry ) : bool

Determines whether a ZipEntry was created on a Unix-system with the executable flag set.

IsSymlink ( ZipEntry entry ) : bool

Determines whether a ZipEntry was created on a Unix-system with the symlink flag set.

ZipExtractor ( [ stream, [ target ) : System

Prepares to extract a ZIP 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