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.