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

Extracts a ZIP archive.
Inheritance: ArchiveExtractor
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Execute ( ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Execute() protected méthode

protected Execute ( ) : void
Résultat void