The worst case is all uncompressed blocks where one block has `length <= kEncoderMinBlockLength` and the others have length `kEncoderMinBlockLength`. Each uncompressed block has 5 bytes of overhead: 1 for BFINAL, BTYPE, and alignment to a byte boundary; 2 for LEN; and 2 for NLEN.
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected