Shared/IO/Compression/DeflateStream.h file

Namespaces

namespace Death
Shared root namespace.
namespace Death::IO
File system, streaming and IO-related classes.
namespace Death::IO::Compression
Data compression streaming interfaces.

Classes

class Death::IO::Compression::DeflateStream
Provides read-only streaming of compressed data using the Deflate algorithm.
class Death::IO::Compression::DeflateWriter
Provides write-only streaming to compress written data by using the Deflate algorithm.