SevenZipLZMACompressionSettings.LiteralContextBits

SevenZipLZMACompressionSettings.LiteralContextBits property

Gets the number of literal context bits.

public int LiteralContextBits { get; }

Remarks

Literal Context Bits define how many of the most significant bits of the previous uncompressed byte are used to predict the bits of the next literal byte. Must be from 0 to 8.

See Also