nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Rewrite Input\String class to be compatible with new Readable interface #99

Closed nozavroni closed 8 years ago

nozavroni commented 8 years ago

Need to write a new IO\String class to be compatible with the new Readable/Writable/Seekable interfaces.

Also need to (re)write documentation for this.

nozavroni commented 8 years ago

Instead of this I just added a streamize() method to Stream that can convert any string to a stream.