C1.Xaml.Zip アセンブリ > C1.C1Zip 名前空間 > C1ZStreamWriter クラス > C1ZStreamWriter コンストラクタ : C1ZStreamWriter コンストラクタ(Stream,Boolean) |
'宣言 Public Function New( _ ByVal baseStream As System.IO.Stream, _ ByVal zip As System.Boolean _ )
public C1ZStreamWriter( System.IO.Stream baseStream, System.bool zip )
zip ファイル内のストリームは、次の2点で通常の zlib ストリームとは異なります。
(1) zip ストリームにはローカルヘッダー情報が含まれません。この情報は zip ファイルヘッダーに保存されます
(2) zip ストリームは、zlib ストリームで使用される adler32 チェックサムではなく、CRC32 チェックサムを使用します。
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