fkjellberg opened a new pull request, #663:
URL: https://github.com/apache/commons-compress/pull/663

   I'm using BitInputStream for Huffman decoding and having a method for 
reading a single bit would simplify the code somewhat. There is a method 
nextBit used for Huffman decoding already in the subclass BitStream used by the 
Zip implementation. This class is not available in the public API of 
commons-compress so I cannot use it. I think it makes sense to move the nextBit 
method to BitInputStream and make it available in the public API.


-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to