Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression Namespace / Decompressor Class
Members


In This Topic
    Decompressor Class
    In This Topic
    An abstract class from which other classes can derive to implement custom decompression algorithms.
    Syntax
    'Declaration
     
    Public MustInherit Class Decompressor 
    'Usage
     
    Dim instance As Decompressor
    public abstract class Decompressor 
    Remarks
    This class (and its subclasses) will primarily be used by the CompressedStream class.

    A subclass must at least implement the abstract Decompress method.

    Inheritance Hierarchy
    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