IUnpackStreamContext Interface

DTF API

Copy image CopyHover image
Deployment Tools Foundation IUnpackStreamContext Interface
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionIUnpackStreamContext
This interface provides the methods necessary for the CompressionEngine to open and close streams for archives and files. The implementor of this interface can use any kind of logic to determine what kind of streams to open and where
Declaration Syntax
C# Visual Basic Visual C++ F#
public interface IUnpackStreamContext
Public Interface IUnpackStreamContext
public interface class IUnpackStreamContext
type IUnpackStreamContext =  interface end
Members
All Members Methods



Icon Member Description
CloseArchiveReadStream(Int32, String, Stream)
Closes a stream where an archive package was read.

CloseFileWriteStream(String, Stream, FileAttributes, DateTime)
Closes a stream where an extracted file was written.

OpenArchiveReadStream(Int32, String, CompressionEngine)
Opens the archive stream for reading.

OpenFileWriteStream(String, Int64, DateTime)
Opens a stream for writing extracted file bytes.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)