Death::IO::Compression namespace

Data compression streaming interfaces.

Classes

class DeflateStream
Provides read-only streaming of compressed data using the Deflate algorithm.
class DeflateWriter
Provides write-only streaming to compress written data by using the Deflate algorithm.
class Lz4Stream
Provides read-only streaming of compressed data using the LZ4 compression algorithm.
class Lz4Writer
Provides write-only streaming to compress written data by using the LZ4 compression algorithm.
class ZstdStream
Provides read-only streaming of compressed data using the Zstandard compression algorithm.
class ZstdWriter
Provides write-only streaming to compress written data by using the Zstandard compression algorithm.