Xceed .NET Libraries Documentation
LZMAHeaderType Enumeration


Xceed.Compression Assembly > Xceed.Compression.LZMA Namespace : LZMAHeaderType Enumeration
Identifies the various header formats that can be read/written by the ManagedLZMACompressor and ManagedLZMADecompressor classes.
Syntax
'Declaration
 
Public Enum LZMAHeaderType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As LZMAHeaderType
Members
MemberValueDescription
None0

No header will be read or written. Use this value if you're making your own data format.

Note that LZMA will not work correctly without knowing its properties.

Properties1The header consists only of the LZMA properties as encoded by the LZMA engine. It is 5 bytes long. The first byte is an encoded property value and the remaining 4 bytes represent the dictionary size.
Zip3The header is in the format specified by the Zip Specification 6.3.2 for the LZMA compression method. Refer to the specification for more details.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Compression.LZMA.LZMAHeaderType

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

See Also

Reference

Xceed.Compression.LZMA Namespace