Aracılığıyla paylaş


ZstandardDecoder Oluşturucular

Tanım

Aşırı Yüklemeler

ZstandardDecoder()

public:
 ZstandardDecoder();
public ZstandardDecoder();
Public Sub New ()

Şunlara uygulanır

ZstandardDecoder(Int32)

public:
 ZstandardDecoder(int maxWindowLog);
public ZstandardDecoder(int maxWindowLog);
new System.IO.Compression.ZstandardDecoder : int -> System.IO.Compression.ZstandardDecoder
Public Sub New (maxWindowLog As Integer)

Parametreler

maxWindowLog
Int32

Şunlara uygulanır

ZstandardDecoder(ZstandardDictionary)

public:
 ZstandardDecoder(System::IO::Compression::ZstandardDictionary ^ dictionary);
public ZstandardDecoder(System.IO.Compression.ZstandardDictionary dictionary);
new System.IO.Compression.ZstandardDecoder : System.IO.Compression.ZstandardDictionary -> System.IO.Compression.ZstandardDecoder
Public Sub New (dictionary As ZstandardDictionary)

Parametreler

dictionary
ZstandardDictionary

Şunlara uygulanır

ZstandardDecoder(ZstandardDictionary, Int32)

public:
 ZstandardDecoder(System::IO::Compression::ZstandardDictionary ^ dictionary, int maxWindowLog);
public ZstandardDecoder(System.IO.Compression.ZstandardDictionary dictionary, int maxWindowLog);
new System.IO.Compression.ZstandardDecoder : System.IO.Compression.ZstandardDictionary * int -> System.IO.Compression.ZstandardDecoder
Public Sub New (dictionary As ZstandardDictionary, maxWindowLog As Integer)

Parametreler

dictionary
ZstandardDictionary
maxWindowLog
Int32

Şunlara uygulanır