PPMdCompressionSettings Class

Settings for PPMd compression method.
Inheritance Hierarchy

Namespace:  Aspose.Zip.Saving
Assembly:  Aspose.Zip (in Aspose.Zip.dll) Version: 20.3
Syntax
public class PPMdCompressionSettings : CompressionSettings

The PPMdCompressionSettings type exposes the following members.

Constructors
  NameDescription
Public methodCode examplePPMdCompressionSettings
Initializes a new instance of the PPMdCompressionSettings class with default model order and sub-allocator size.
Public methodCode examplePPMdCompressionSettings(Int32, Int32)
Initializes a new instance of the PPMdCompressionSettings class.
Properties
  NameDescription
Public propertyModelOrder
Gets the order of the model.
Public propertySuballocatorSize
Gets the sub-allocator size in MB.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks

PPMd is a data compression algorithm developed by Dmitry Shkarin. This algorithm is based on predictive phrase matching on multiple order contexts.

See Also