1

Is there any Java library that does nio decompression of GZIP (and possibly other formats) out there? I'm trying to analyze compressed HTTP content and need it to be non-blocking. I found GZipInputStream but it expects InputStream which is blocking. Any ideas?

I also found Iterable gzip deflate/inflate in Java talking about compression (deflate) but couldn't find a decompression equivalent.

Thanks

4

1 回答 1

0

使用 Netty 的ZLibWrapper怎么样?

于 2013-03-05T08:56:50.390 回答