'Declaration Public Class ManagedPPMdCompressor Inherits Compressor Implements System.IDisposable
'Usage Dim instance As ManagedPPMdCompressor
public class ManagedPPMdCompressor : Compressor, System.IDisposable
'Declaration Public Class ManagedPPMdCompressor Inherits Compressor Implements System.IDisposable
'Usage Dim instance As ManagedPPMdCompressor
public class ManagedPPMdCompressor : Compressor, System.IDisposable
System.Object
Xceed.Compression.Compressor
Xceed.Compression.ManagedPPMdCompressor
Name | Description | |
---|---|---|
![]() | ManagedPPMdCompressor Constructor | Overloaded. Initializes a new instance of the ManagedPPMdCompressor class. |
Name | Description | |
---|---|---|
![]() | DefaultAllocatorSize | The default value for the 'allocator size' PPMd compression property. The value represents megabytes of memory. |
![]() | DefaultModelOrder | The default value for the 'maximum model order' PPMd compression property. |
![]() | DefaultModelRestorationMethod | The default value for the 'model restoration method' PPMd compression property. |
![]() | MaxAllocatorSize | The maximum allowed value for the 'allocator size' PPMd compression property. The value represents megabytes of memory. |
![]() | MaxModelOrder | The maximum allowed value for the 'maximum model order' PPMd compression property. |
![]() | MinAllocatorSize | The minimum allowed value for the 'allocator size' PPMd compression property. The value represents megabytes of memory. |
![]() | MinModelOrder | The minimum allowed value for the 'maximum model order' PPMd compression property. |
![]() | Signature | The binary signature of the PPMd algorithm. |
![]() | Variant | The variant signature of the PPMd algorithm the component implements. |
Name | Description | |
---|---|---|
![]() | Compress | Overloaded. Overridden. Compresses an array of bytes. |
![]() ![]() | ComputePPMdOptions | Computes the correct values of the PPMd algorithm properties based on the specified compression level. |
![]() | CreateCompressorStream | (Inherited from Xceed.Compression.Compressor) |
![]() | Dispose | Overloaded. Provides correct cleanup of resources in the base class and its derived classes. |
![]() ![]() | WritePPMdZipHeader | Writes the PPMd algorithm properties in the specified stream using the Zip Specification format. |
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