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

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Execute ( ) : void
StreamToFile ( Stream stream, FileStream fileStream ) : void

Helper method for ArchiveExtractor.WriteFile.

UpdateProgress ( ) : void

Updates TaskBase.UnitsProcessed to reflect the number of bytes extracted so far.

비공개 메소드들

메소드 설명
IsExecutable ( TarEntry entry ) : bool

Determines whether a TarEntry was created with the executable flag set.

TarExtractor ( [ stream, [ target ) : System

Prepares to extract a TAR archive contained in a stream.

메소드 상세

Dispose() 보호된 메소드

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

Execute() 보호된 메소드

protected Execute ( ) : void
리턴 void

StreamToFile() 보호된 메소드

Helper method for ArchiveExtractor.WriteFile.
protected StreamToFile ( Stream stream, FileStream fileStream ) : void
stream Stream The containing the entry data to write to a file.
fileStream System.IO.FileStream Stream access to the file to write.
리턴 void

UpdateProgress() 보호된 메소드

Updates TaskBase.UnitsProcessed to reflect the number of bytes extracted so far.
protected UpdateProgress ( ) : void
리턴 void