Decompressor.DetachStream Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Detaches the underlying stream from the Decompressor object so that the object can be closed using the Decompressor.Close method without also closing the underlying stream.
public:
virtual IInputStream ^ DetachStream() = DetachStream;
IInputStream DetachStream();
public IInputStream DetachStream();
function detachStream()
Public Function DetachStream () As IInputStream
Returns
The stream of information.