Kactoos

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

GzipInput

class GzipInput : Input

Input that reads compressed data from the GZIP file format.

Parameters

origin - The input

size - Max length of the buffer

Since 0.3

Constructors

Name Summary
<init> GzipInput(origin: Input)GzipInput(origin: Input, size: Int)
Input that reads compressed data from the GZIP file format.

Functions

Name Summary
stream fun stream(): InputStream
Get read access to it.