JuliaIO / GZip.jl

A Julia interface for gzip functions in zlib
https://juliaio.github.io/GZip.jl/dev
MIT License
39 stars 30 forks source link

Add seekend function #66

Closed ellisvalentiner closed 7 years ago

ellisvalentiner commented 7 years ago

Although zlib does not support seekend, it is possible to set the position to the end by calling a function (in this case I use indmax but other functions work too) on the EachLines of the GZipStream.