Decompressor(IInputStream) Constructor

Definition

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.

Applies to