Codec
interface Codec
A single compression codec: a reversible byte transform. Every codec is buffered, so it takes a whole array and returns a whole array. decompress takes an ArchiveLimits, so the decompression-bomb guard is part of the contract rather than an option a caller can forget.