Decompressor(IInputStream) Konstruktor

Definition

Mit dieser Methode wird eine instance eines Dekomprimierungszeichens erstellt.

public:
 Decompressor(IInputStream ^ underlyingStream);
 Decompressor(IInputStream const& underlyingStream);
public Decompressor(IInputStream underlyingStream);
function Decompressor(underlyingStream)
Public Sub New (underlyingStream As IInputStream)

Parameter

underlyingStream
IInputStream

Der Datenstrom komprimierter Informationen, die vom Dekomprimierungsschalter gelesen und dekomprimiert werden sollen.

Gilt für: