CloseFileReadStream Method (path, stream)

Microsoft Deployment Tools

Deployment Tools Foundation CloseFileReadStream Method (path, stream)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionIPackStreamContextCloseFileReadStream(String, Stream)
Closes a stream that has been used to read a file.
Declaration Syntax
C# Visual Basic Visual C++
void CloseFileReadStream(
	string path,
	Stream stream
)
Sub CloseFileReadStream ( _
	path As String, _
	stream As Stream _
)
void CloseFileReadStream(
	String^ path, 
	Stream^ stream
)
Parameters
path (String)
The path of the file within the archive; the same as the path provided when the stream was opened.
stream (Stream)
A stream that was previously returned by OpenFileReadStream(String, FileAttributes%, DateTime%) and is now ready to be closed.

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