CloseArchiveReadStream Method (archiveNumber, archiveName, stream)

Microsoft Deployment Tools

Deployment Tools Foundation CloseArchiveReadStream Method (archiveNumber, archiveName, stream)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionBasicUnpackStreamContextCloseArchiveReadStream(Int32, String, Stream)
Does *not* close the stream. The archive stream should be managed by the code that invokes the archive extraction.
Declaration Syntax
C# Visual Basic Visual C++
public void CloseArchiveReadStream(
	int archiveNumber,
	string archiveName,
	Stream stream
)
Public Sub CloseArchiveReadStream ( _
	archiveNumber As Integer, _
	archiveName As String, _
	stream As Stream _
)
public:
virtual void CloseArchiveReadStream(
	int archiveNumber, 
	String^ archiveName, 
	Stream^ stream
) sealed
Parameters
archiveNumber (Int32)
The archive number of the stream to close.
archiveName (String)
The name of the archive being closed.
stream (Stream)
The stream being closed.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)