LineReader
LineReader copied to clipboard
Reading a text file line by line aka block wise.
LineReader
A collection of classes to implement a file reader that can read a specific amount of the content of a file. Instead of reading the whole file at once the aim is to read block wise. The file contents can be read forwards or backwards.
The included FileReader class originally has been created by Dave DeLong. Here you can find his answer on a question at stackoverflow.com.
Screenshot
The screenshot shows the current implementation.
Configuration
The following configuration is used for the project.
- MacOSX 10.7.2
- SDK 10.7.
- XCode 4.2. 64bit
- Cocoa Application
- Garbage collection
License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.