Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression.LZMA Namespace / LZMAOptions Class
Properties Methods


In This Topic
    LZMAOptions Class Members
    In This Topic

    The following tables list the members exposed by LZMAOptions.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the LZMAOptions class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGet or sets the dictionary size.  
    Public PropertyGets or sets the match finder algorithm to use.  
    Public Property Gets or sets the number of fast bytes.  
    Public Property Gets or sets the number of literal context bits.  
    Public Property Gets or sets the number of literal position bits.  
    Public Property Gets or sets the number of position bits.  
    Public Property  
    Public Property  
    Public Property Gets or sets whether an end-of-stream marker is written at the end of the compressed data.  
    Top
    Public Methods
     NameDescription
    Public MethodSets the LZMAOptions properties to values appropriate to the passed level of compression.  
    Top
    See Also