Share via


Decompressor.DetachStream Method

Definition

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.

Applies to