Zip for UWP/WinRT
ZStream コンストラクタ(Boolean)

CRC32 チェックサムを使用する場合は True、Adler チェックサムを使用する場合は False
ZStream クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal crc32 As System.Boolean _
)
public ZStream( 
   System.bool crc32
)

パラメータ

crc32
CRC32 チェックサムを使用する場合は True、Adler チェックサムを使用する場合は False
解説
CRC32 チェックサムは、zip ファイルで使用される標準です。Adler チェックサムは、ZLIB のデフォルトです。Adler チェックサムは計算が高速ですが、zip 形式とは互換性がありません。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

ZStream クラス
ZStream メンバ
オーバーロード一覧

Send Feedback