Compressor.DetachStream Method

Definition

Detaches the underlying stream from the Compressor object so that the object can be closed using the Compressor.Close method without also closing the underlying stream.

public:
 virtual IOutputStream ^ DetachStream() = DetachStream;
IOutputStream DetachStream();
public IOutputStream DetachStream();
function detachStream()
Public Function DetachStream () As IOutputStream

Returns

The stream of information.

Applies to