-
This is actual genius:
* https://godoc.org/github.com/dsnet/compress/xflate#ReaderConfig
It:
* is backwards-compatible with flate, so regular zip extractors shouldn't see the difference
…
-
I was playing with [bgzf](https://github.com/biogo/hts/bgzf) archives and it was fairly easy to use `bgzf.Reader` in `bufio.Reader` so the the archive could be read in chunks. In one pass I would make…
-
Does xflate track the total size of uncompressed stream? Is it possible to read past the end of the stream somehow?
Lupus updated
2 years ago