Compressor コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Compressor(IOutputStream) |
コンプレッサーのインスタンスを作成します。 |
Compressor(IOutputStream, CompressAlgorithm, UInt32) |
コンプレッサーのインスタンスを作成します。 |
Compressor(IOutputStream)
コンプレッサーのインスタンスを作成します。
public:
Compressor(IOutputStream ^ underlyingStream);
Compressor(IOutputStream const& underlyingStream);
public Compressor(IOutputStream underlyingStream);
function Compressor(underlyingStream)
Public Sub New (underlyingStream As IOutputStream)
パラメーター
- underlyingStream
- IOutputStream
圧縮機によって書き込まれる圧縮された情報のストリーム。
こちらもご覧ください
適用対象
Compressor(IOutputStream, CompressAlgorithm, UInt32)
コンプレッサーのインスタンスを作成します。
public:
Compressor(IOutputStream ^ underlyingStream, CompressAlgorithm algorithm, unsigned int blockSize);
Compressor(IOutputStream const& underlyingStream, CompressAlgorithm const& algorithm, uint32_t const& blockSize);
public Compressor(IOutputStream underlyingStream, CompressAlgorithm algorithm, uint blockSize);
function Compressor(underlyingStream, algorithm, blockSize)
Public Sub New (underlyingStream As IOutputStream, algorithm As CompressAlgorithm, blockSize As UInteger)
パラメーター
- underlyingStream
- IOutputStream
圧縮機によって書き込まれる圧縮された情報のストリーム。
- algorithm
- CompressAlgorithm
基 になるStream を書き込む圧縮アルゴリズム。
- blockSize
-
UInt32
unsigned int
uint32_t
圧縮アルゴリズムで使用される中間バッファーのサイズ (バイト単位)。 値 0 は、圧縮アルゴリズムが既定のブロック サイズを使用することを指定します。 このパラメーターの有効な 0 以外の値は、32 Kb から 64 Mb です。