Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnjohndoe/linereader

Reading a text file line by line aka block wise.
https://github.com/johnjohndoe/linereader

backwards blockwise filereader forward linereader objective-c parser

Last synced: about 2 months ago
JSON representation

Reading a text file line by line aka block wise.

Awesome Lists containing this project

README

        

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.

* [How to read data from NSFileHandle line by line?](http://stackoverflow.com/questions/3707427#3711079)

Screenshot
------------------
The screenshot shows the current implementation.

![LineReader](https://github.com/johnjohndoe/LineReader/raw/master/screenshot.png "LineReader")

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](http://creativecommons.org/licenses/by-sa/3.0/).

![Creative Commons Attribution-ShareAlike 3.0 Unported License](http://i.creativecommons.org/l/by-sa/3.0/88x31.png "Creative Commons Attribution-ShareAlike 3.0 Unported License")