Xceed Streaming Compression Library Documentation
Getting started quickly / Compressing and decompressing from memory to file
In This Topic
    Compressing and decompressing from memory to file
    In This Topic

    In the descriptions below, you can freely replace the word "compress" with "decompress" in order to find out how to decompress data, because compressing and decompressing works exactly the same way.

    Basic (non-streaming) compression from memory to file

    To compress data from memory and place it directly into a file, perform the following 3 steps. Put the Xceed Streaming Compression control on a form or instantiate it, then:

    Streaming compression

    To compress data from memory and place it directly into a file as data becomes available, perform the following 4 steps. Put the Xceed Streaming Compression Control on a form or instantiate it, then: