Library zlib

To use this library in your code:

import zlib

Interfaces

Classes

A pure Toit DEFLATE Inflater (zlib decompresser).

An io.CloseableReader that supports '--no-wait' for the read method.

A pure Toit DEFLATE Inflater (zlib decompresser).

A Zlib decompressor/inflater.

A Zlib compressor/deflater.

A Gzip decompressor/inflater.

A pure Toit DEFLATE Inflater (zlib decompresser).

A pure Toit decompressing backend for the DEFLATE format.

Creates a run length encoded data stream that is compatible with gzip decoders expecting compressed data. This has a write and a read method, which should be used from different tasks to prevent deadlocks.

Creates a run length encoded data stream that is compatible with zlib decoders expecting compressed data. This has a write and a read method, which should be used from different tasks to prevent deadlocks.

Creates an uncompressed data stream that is compatible with gzip decoders expecting compressed data. This has a write and a read method, which should be used from different tasks to prevent deadlocks.

Creates an uncompressed data stream that is compatible with zlib decoders expecting compressed data. This has a write and a read method, which should be used from different tasks to prevent deadlocks.