ZstandardDecoder Конструкторы

Определение

Перегрузки

ZstandardDecoder()

Исходный код:
ZstandardDecoder.cs
public:
 ZstandardDecoder();
public ZstandardDecoder();
Public Sub New ()

Применяется к

ZstandardDecoder(Int32)

Исходный код:
ZstandardDecoder.cs
public:
 ZstandardDecoder(int maxWindowLog);
public ZstandardDecoder(int maxWindowLog);
new System.IO.Compression.ZstandardDecoder : int -> System.IO.Compression.ZstandardDecoder
Public Sub New (maxWindowLog As Integer)

Параметры

maxWindowLog
Int32

Применяется к

ZstandardDecoder(ZstandardDictionary)

Исходный код:
ZstandardDecoder.cs
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)

Параметры

dictionary
ZstandardDictionary

Применяется к

ZstandardDecoder(ZstandardDictionary, Int32)

Исходный код:
ZstandardDecoder.cs
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)

Параметры

dictionary
ZstandardDictionary
maxWindowLog
Int32

Применяется к