Defines the header format applied to a compressed data stream (no wrapper or RFC 1950 ZLIB header).
Definition
Namespace:Telerik.Windows.Zip
Assembly:Telerik.Windows.Zip.dll
Syntax:
C#
public enum CompressedStreamHeader
Fields
Compressed stream does not contain a header.
C#
None = 0
Compressed stream is formatted in accordance with RFC 1950 (ZLIB Compressed Data Format Specification version 3.3).
C#
ZLib = 1