Xceed .NET Libraries Documentation
ManagedPPMdDecompressor Constructor()


Xceed.Compression Assembly > Xceed.Compression Namespace > ManagedPPMdDecompressor Class > ManagedPPMdDecompressor Constructor : ManagedPPMdDecompressor Constructor()
Initializes a new instance of the ManagedPPMdDecompressor class.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New ManagedPPMdDecompressor()
public ManagedPPMdDecompressor()
Remarks

This constructor does not create the PPMd engine. For this reason, the Decompress() method will not process data and will always report that the end of data has been reached.

Using this constructor is useful when faced with an empty compressed stream as it will avoid allocating large amounts of memory for no reason.

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

Reference

ManagedPPMdDecompressor Class
ManagedPPMdDecompressor Members
Overload List