Oct. 8, 2010
12:20 a.m.
2010/10/8 Nicolas Cellier <nicolas.cellier.aka.nice@gmail.com>:
2010/10/8 Igor Stasenko <siguctua@gmail.com>: snip...
Buffering could be automated at FSReadXtream creation. The utf8 decoder should also be buffered, but it's just a matter of creating a nice shortCut for composition, maybe simply
'aaa.txt' asFile readXtream gunzip utf8.
Oops I forgot the .gz extension: 'aaa.txt.gz' asFile readXtream gunzip utf8. Nicolas