JHexDump is a command-line driven hex dump
program. It inputs a stream of data from a file
and outputs the hexidecimal representation of
every byte in the input data.
Release Notes: This release converts JHexDUmp so that it acts as a "Reader",
processing an input stream and allowing it to be read one line at a
time. It also adds JUnit test cases.