Deployment Tools Foundation
CloseArchiveReadStream Method (archiveNumber, archiveName, stream)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► IUnpackStreamContext ► CloseArchiveReadStream(Int32, String, Stream)
Closes a stream where an archive package was read.
Declaration Syntax
C# | Visual Basic | Visual C++ |
Parameters
- archiveNumber (Int32)
- The archive number of the stream to close.
- archiveName (String)
- The name of the archive being closed.
- stream (Stream)
- The stream that was previously returned by OpenArchiveReadStream(Int32, String, CompressionEngine) and is now ready to be closed.