Kactoos

kactoos-jvm / nnl.rocks.kactoos.io / GzipOutput

GzipOutput

class GzipOutput : Output

Output that writes compressed data in the GZIP file format.

Parameters

origin - The output

size - Max length of the buffer

Since 0.3

Constructors

Name Summary
<init> GzipOutput(origin: Output)GzipOutput(origin: Output, size: Int)
Output that writes compressed data in the GZIP file format.

Functions

Name Summary
stream fun stream(): OutputStream
Get write access to it.