C# 클래스 ZeroInstall.Store.Implementations.Archives.ZipExtractor

Extracts a ZIP archive.
상속: ArchiveExtractor
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Execute ( ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Execute() 보호된 메소드

protected Execute ( ) : void
리턴 void