CloseArchiveReadStream Method (archiveNumber, archiveName, stream)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CloseArchiveReadStream Method (archiveNumber, archiveName, stream)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionIUnpackStreamContextCloseArchiveReadStream(Int32, String, Stream)
Closes a stream where an archive package was read.
Declaration Syntax
C# Visual Basic Visual C++
void CloseArchiveReadStream(
	int archiveNumber,
	string archiveName,
	Stream stream
)
Sub CloseArchiveReadStream ( 
	archiveNumber As Integer,
	archiveName As String,
	stream As Stream
)
void CloseArchiveReadStream(
	int archiveNumber, 
	String^ archiveName, 
	Stream^ stream
)
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.

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