FastLZStream

FastLZStream class

A stream wrapper that compresses data with FastLZ. Implements decorator pattern.

The FastLZStream type exposes the following members:

Constructors

NameDescription
FastLZStream(stream, compression_level)Initializes a new instance of the FastLZStream class

See Also