kothar / brotli-go

Not maintained -> see itch.io's more up-to-date fork 👉
https://github.com/itchio/go-brotli
MIT License
82 stars 9 forks source link

Initial implementation of stream decompression #6

Closed kothar closed 8 years ago

kothar commented 8 years ago

Uses the BrotliDecompressStream method from the C implementation, and wraps it with an io.Reader interface.