Xceed Streaming Compression Library Documentation
Compressing and decompressing from file to memory
Getting started quickly > Compressing and decompressing from file to memory

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) compressing from file to memory

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

Streaming compression

To compress data from a file directly into memory, in portions instead of the complete file, perform the following 8 steps. Put the Xceed Streaming Compression control on a form or instantiate it, then: