Windows.Storage.Compression Namespace

Provides a unified interface to the compression features included in Windows that frees developers from responsibility for managing block sizes, compression parameters, and other details that the native compression API requires.

You can download a JavaScript sample that reads data from a file and writes compressed data to a new file and reads compressed data and writes decompressed data to a new file. To download this sample, see Compression sample.

Classes

Compressor

A compressor takes information written to a stream and compresses it using a compression algorithm.

Decompressor

A decompressor takes a stream compressed by a compressor and decompresses it.

Enums

CompressAlgorithm

Identifies a compression algorithm to use when creating an instance of a compressor.

See also