Wraps an existing output stream with a compressing output stream. @param os The output stream of uncompressed data @return An output stream that compresses
(OutputStream os)
| 37 | * @return An output stream that compresses |
| 38 | */ |
| 39 | OutputStream compress(OutputStream os) throws IOException; |
| 40 | } |
| 41 |