次の方法で共有


ZstandardDecoder コンストラクター

定義

オーバーロード

ZstandardDecoder()

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

適用対象

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)

パラメーター

maxWindowLog
Int32

適用対象

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)

パラメーター

dictionary
ZstandardDictionary

適用対象

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)

パラメーター

dictionary
ZstandardDictionary
maxWindowLog
Int32

適用対象