CSBiology / FSharpAux

Auxiliary functions and data structures for the F# programming language
MIT License
23 stars 16 forks source link

Fix decompression in readFileGZip #8

Closed caroott closed 5 years ago

caroott commented 5 years ago

Fix decompression in readFileGZip by copying the result from the decompression to a different stream and continue working with the copy.