Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression.LZMA Namespace / LZMAOptions Class / NumFastBytes Property


In This Topic
    NumFastBytes Property
    In This Topic
     Gets or sets the number of fast bytes.
    Syntax
    'Declaration
     
    Public Property NumFastBytes As Integer
    'Usage
     
    Dim instance As LZMAOptions
    Dim value As Integer
     
    instance.NumFastBytes = value
     
    value = instance.NumFastBytes
    public int NumFastBytes {get; set;}

    Property Value

    A value representing the number of fast bytes. By default, 128.
    Remarks

    The number must be between 5 and 273.

    Usually, a big number gives a little bit better compression ratio at the cost of a slower compression process.
    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