NevronOpenVision
Nevron.Nov.Compression Namespace / NCompression Class


In This Topic
NCompression Class Methods
In This Topic

For a list of all members of this type, see NCompression members.

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