kactoos-jvm / nnl.rocks.kactoos.io / GzipInput
class GzipInput : Input
Input that reads compressed data from the GZIP file format.
origin - The input
size - Max length of the buffer
Since 0.3
| Name | Summary |
|---|---|
| <init> | GzipInput(origin: Input)GzipInput(origin: Input, size: Int)Input that reads compressed data from the GZIP file format. |
| Name | Summary |
|---|---|
| stream | fun stream(): InputStreamGet read access to it. |