
Ever needed to read the 23553th Line from a 5MB file? This class will do that, *without* storing the file in an array! Very fast binary file access to read one or more line(s) by *line number*. Now you can read files page by page - backward.
Assumes
The class works with ansi text files.
Side Effects
The demo project creates (and deletes) a 6MB test file.