Xceed Streaming Compression Library Documentation
Sample applications / Compress and Decompress Sample Application for ASP
In This Topic
    Compress and Decompress Sample Application for ASP
    In This Topic

    Description

    This sample demonstrates how to compress and decompress data using the Deflate Compression Method. it also demonstrates how to encode and decode data using the Xceed Binary Encoding Library.

    Source files

    Project path: Samples\ASP\CompressDecompress

    Project file name: CompressDecompress.asp

    Demonstrates

    Properties: CompressionFormat

    Method: Compress, Decompress

    How to use

    Enter the text to compress in the "Data to compress" text box and press the "Compress" button. The compress data will then appear in the "Compressed data" text box and can be decompressed by pressing the "Decompress" button.