Package misc

Class Summary
LineReader Small class demostrating the use of the java.io.LineNumberReader class and it's usefulness in searching text files.
TODO At some point consider the following enhancements

Implementing search strings that contain spaces - from the command line.
StringTokenizerExample Simple Class demonstrating the uses of StringTokenizer and showing how it fails when parameters are incorrect.