Classes, which help reading streams of data from files.
Based on the classes from Danilo Segan
| POMO_Reader | |
| POMO_FileReader | |
| POMO_StringReader | Provides file-like methods for manipulating a string instead of a physical file. |
| POMO_CachedFileReader | Reads the contents of the file in the beginning. |
| POMO_CachedIntFileReader | Reads the contents of the file in the beginning. |