ppkarwasz commented on PR #699: URL: https://github.com/apache/commons-compress/pull/699#issuecomment-3227859397
**Note**: I plan to extract the Huffman table build/decoding into a small reusable class. The fact we’re testing package-private helpers suggests the abstraction belongs elsewhere. That refactor needs a bit more work: it only pays off if DEFLATE64 uses it too. Today `deflate64.HuffmanDecoder` mixes generic Huffman logic with DEFLATE64-specific handling, so I’ll address that in a follow-up. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
