Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johnjohndoe/linereader
- Owner: johnjohndoe
- Created: 2010-10-06T08:21:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-02-06T22:21:42.000Z (about 12 years ago)
- Last Synced: 2024-05-01T23:33:00.540Z (9 months ago)
- Topics: backwards, blockwise, filereader, forward, linereader, objective-c, parser
- Language: Objective-C
- Homepage:
- Size: 219 KB
- Stars: 89
- Watchers: 13
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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 collectionLicense
-------
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")