Nevron .NET Vision
Nevron.Compression Namespace / Deflater Class
Members


In This Topic
    Deflater Class
    In This Topic
    This is the Deflater class. The deflater class compresses input with the deflate algorithm described in RFC 1951. It has several compression levels and three different strategies described below. This class is not thread safe. This is inherent in the API, due to the split of deflate and setInput. author of the original java version : Jochen Hoenicke
    Object Model
    Deflater Class
    Syntax
    'Declaration
     
    
    Public Class Deflater 
    'Usage
     
    
    Dim instance As Deflater
    public class Deflater 
    Inheritance Hierarchy

    System.Object
       Nevron.Compression.Deflater

    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