Wraps an existing input stream with a decompressing input stream. @param is The input stream of uncompressed data @return An input stream that decompresses
(InputStream is)
| 37 | * @return An input stream that decompresses |
| 38 | */ |
| 39 | InputStream decompress(InputStream is) throws IOException; |
| 40 | } |
| 41 |
no outgoing calls