Decompressor(IInputStream) Constructor
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.
This method creates an instance of a decompressor.
public:
Decompressor(IInputStream ^ underlyingStream);
Decompressor(IInputStream const& underlyingStream);
public Decompressor(IInputStream underlyingStream);
function Decompressor(underlyingStream)
Public Sub New (underlyingStream As IInputStream)
Parameters
- underlyingStream
- IInputStream
The stream of compressed information to be read and decompressed by the decompressor.