StreamReader

by Topkasa
Text-Stream handler class [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Topkasa.StreamReader##version=11

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Topkasa.StreamReader##version=11

38 downloads
Version 1.07
Date added: Nov 6 2013
Last updated: Aug 24 2014
0 fans
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