CompressionErrorCode.MEMORY_ERROR when maxOutputSize would be exceeded.
CompressionErrorCode.DATA_ERRORwhen the decoded stream exceeds the frame-declared content size.
void emitDecodedChunk(const(ubyte)[] chunk)Emit decoded bytes to the output sink while enforcing size limits.
chunk | Decompressed bytes to emit. |
CompressionErrorCode.MEMORY_ERROR when maxOutputSize would be exceeded.
CompressionErrorCode.DATA_ERROR when the decoded stream exceeds the frame-declared content size.