Xceed.Compression.Silverlight.v6.6 Assembly > Xceed.Compression.LZMA Namespace : LZMAHeaderType Enumeration |
'Declaration Public Enum LZMAHeaderType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As LZMAHeaderType
public enum LZMAHeaderType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
None | 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. |
Properties | The 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. |
Zip | The 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. |
System.Object
System.ValueType
System.Enum
Xceed.Compression.LZMA.LZMAHeaderType
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