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


In This Topic
    Compressor Class
    In This Topic
    Abstract class from which other classes can derive to implement custom compression algorithms.
    Syntax
    'Declaration
     
    Public MustInherit Class Compressor 
    'Usage
     
    Dim instance As Compressor
    public abstract class Compressor 
    Remarks

    This class (and its subclasses) will primarily be used by the CompressedStream class.

    A subclass must at least implement the abstract Compress 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