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

Base.nb_available(GZipSteam) #60

Open alyst opened 7 years ago

alyst commented 7 years ago

Basic Base.nb_available(GZipSteam) implementation that returns 1 if the stream is not exhausted, 0 otherwise.

Came across the issue while trying to make https://github.com/JuliaData/CSV.jl read .csv.gz files from GZipStream.

alyst commented 7 years ago

Appveyor test failures due to missing gunzip.exe.