adamretter opened a new pull request #46: Base16 Input and Output Streams URL: https://github.com/apache/commons-codec/pull/46 Alongside the Commons Codec Base64 Input and Output Stream already provided, we have a need in our project ([eXist-db](https://github.com/exist-db/exist)) to be able to encode/decode Base16 (hexadecimal) with Input and Output Streams. We have had similar code in our own project for a while, so I decided to generalise it and upstream it to commons codec. This PR adds `Base16InputStream` and `Base16OutputStream`. I have tried to accompany the functionality with 100% test coverage. However, there is a single branch very small branch that I can't seem to hit with JaCoCo - is it a false positive? I am not sure if it is important or not? If it needs to be solved, some guidance on how to reach that branch with JaCoCo would be appreciated.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
