StreamReader

by Topkasa
Text-Stream handler class
ID:1416043
 
The StreamReader class allows you to access text files as streams, with powerful and flexible functions for advancing, performing textual replacement, and textual processing.

Any suggestions, requests, or comments are welcome!

Changelog



v1.07: Fixed infinite-loop bug in TakeLine()

v1.06: Added TakeLine() to library

v1.05: Updated New() to support forcing text to be read as raw text, and not as a potential filename. Reworked some functions to add missing capabilities.

1.01: Bugfixes and slight internal refactoring

1.00: Initial release