Nevron .NET Vision
Nevron.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 gzip algorithm.  
    Public Methodstatic (Shared in Visual Basic)Compresses the input string and returns it as a base64 encoded string.  
    Public Methodstatic (Shared in Visual Basic)Compresses the streams provided by the zipCompressor interface implementation in zip format.  
    Public Methodstatic (Shared in Visual Basic)Copies the given source stream to the specified destination stream and advances the Position in the destination stream to its end. If you want to read from the destination stream do not forget to set its Position property to the proper value.  
    Public Methodstatic (Shared in Visual Basic)Decompresses the given input stream with the gzip algorithm (also known as zlib).  
    Public Methodstatic (Shared in Visual Basic)Decompresses the input string and returns a stream representing it.  
    Public Methodstatic (Shared in Visual Basic)Decompresses the given zip stream.  
    Top
    See Also