kactoos-jvm / nnl.rocks.kactoos.io / GzipOutput
class GzipOutput :
Output
Output that writes compressed data in the GZIP file format.
origin
- The output
size
- Max length of the buffer
Since 0.3
Name | Summary |
---|---|
<init> | GzipOutput(origin: Output ) GzipOutput(origin: Output , size: Int ) Output that writes compressed data in the GZIP file format. |
Name | Summary |
---|---|
stream | fun stream(): OutputStream Get write access to it. |