Thanks for your help. Your example helped me get rid of the need to use the
`toClosure` template, and the code using a `GZFileStream` compiles. (I also had
to use `newGZFileStream("/dev/stdin")` when reading from stdin.)It seems that the code working with streams is a bit slower than the version that worked on files. Is it something expected ?
