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

Common base class for exractors for Microsoft archive formats.
상속: ArchiveExtractor, IUnpackStreamContext
파일 보기 프로젝트 열기: 0install/0install-win

보호된 프로퍼티들

프로퍼티 타입 설명
CabEngine Microsoft.Deployment.Compression.Cab.CabEngine
CabStream Stream

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
MicrosoftExtractor ( string target ) : System

비공개 메소드들

메소드 설명
IUnpackStreamContext ( int archiveNumber, string archiveName, Microsoft.Deployment.Compression.CompressionEngine compressionEngine ) : Stream
IUnpackStreamContext ( string path, long fileSize, System.DateTime lastWriteTime ) : Stream
IUnpackStreamContext ( int archiveNumber, string archiveName, Stream stream ) : void
IUnpackStreamContext ( string path, Stream stream, FileAttributes attributes, System.DateTime lastWriteTime ) : void

메소드 상세

Dispose() 보호된 메소드

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

MicrosoftExtractor() 보호된 메소드

protected MicrosoftExtractor ( string target ) : System
target string
리턴 System

프로퍼티 상세

CabEngine 보호되어 있는 프로퍼티

protected CabEngine,Microsoft.Deployment.Compression.Cab CabEngine
리턴 Microsoft.Deployment.Compression.Cab.CabEngine

CabStream 보호되어 있는 프로퍼티

protected Stream CabStream
리턴 Stream