Nevron Open Vision Documentation
Nevron.Nov.Compression Namespace / NCompression Class
Methods


In This Topic
    NCompression Class Members
    In This Topic

    The following tables list the members exposed by NCompression.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Compresses the given input stream with the bzip2 algorithm to the specified output stream.  
    Public Methodstatic (Shared in Visual Basic)Compresses the given input stream with the gzip algorithm to the specified output stream.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Compresses the streams provided by the zipCompressor interface implementation in ZIP format to the specified output stream.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Compresses the given input stream with the zlib algorithm to the specified output stream and closes the output stream.  
    Public Methodstatic (Shared in Visual Basic)Decompresses the given input stream with the bzip2 algorithm to the specified output stream.  
    Public Methodstatic (Shared in Visual Basic)Decompresses the given input stream with the gzip algorithm to the specified output stream.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Decompresses the given zip stream.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Decompresses the given input stream with the zlib algorithm to the specified output stream. This method automatically detects whether the given zlib compressed input stream has a header or not and decompresses it accordingly.  
    Top
    See Also