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

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

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

Execute() 보호된 메소드

protected Execute ( ) : void
리턴 void