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

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

보호된 메소드들

메소드 설명
UpdateProgress ( ) : void

비공개 메소드들

메소드 설명
GetDecompressionStream ( Stream stream ) : Stream

Adds a BZip2-extraction layer around a stream.

TarBz2Extractor ( [ stream, [ target ) : System.IO

Prepares to extract a TAR archive contained in a BZip2-compressed stream.

메소드 상세

UpdateProgress() 보호된 메소드

protected UpdateProgress ( ) : void
리턴 void