Compile
javac src/*.java -d .classesRun
$ cd .classesThe file ./src/ConverterMain contains the main method. Use the following example to run the program.
java ConverterMain [-option]
Options
-e Encoder
-d Decoder
Input validation is extremely minimal, however should be expanded on in the future.