GZip.jl icon indicating copy to clipboard operation
GZip.jl copied to clipboard

Base.nb_available(GZipSteam)

Open alyst opened this issue 7 years ago • 1 comments

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 avatar Mar 10 '17 00:03 alyst

Appveyor test failures due to missing gunzip.exe.

alyst avatar Mar 10 '17 00:03 alyst