Inflater

actual typealias Inflater = java.util.zip.Inflater
expect class Inflater(nowrap: Boolean)

Parameters

nowrap

true to omit the ZLIB header and checksum.

Constructors

Link copied to clipboard
expect constructor()

Creates an inflater that writes a ZLIB header and checksum.

expect constructor(nowrap: Boolean)

Functions

Link copied to clipboard
expect fun end()
Link copied to clipboard
expect fun getBytesWritten(): Long