Compressor.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 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.