IP*Works! ZIP V9 - Online Help
IP*Works! ZIP V9
Questions / Feedback?

StreamFormat Property

The stream format to use.

Syntax

[VB.NET]
Public Property StreamFormat As ZipstreamStreamFormats

[C#]
public ZipstreamStreamFormats StreamFormat {get; set;}

enum ZipstreamStreamFormats { sfDeflate, sfZlib, sfGzip }

Remarks

The stream format to use, by default Deflate.

All three stream formats use the Deflate algorithm specified in RFC 1951, which is the same algorithm used by Zip. The Zlib stream format adds a two-byte header and an Adler-32 checksum; the Gzip format adds a longer header and a CRC checksum, and is identical to the Gzip file format.

Caution: The terms zlib and deflate are sometimes used interchangeably (which is technically incorrect).

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0