Bagikan melalui


Decompressor(IInputStream) Konstruktor

Definisi

Metode ini membuat instans dekompresor.

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

Parameter

underlyingStream
IInputStream

Aliran informasi terkompresi yang akan dibaca dan didekompresi oleh dekompresi.

Berlaku untuk