Deflater

actual typealias Deflater = java.util.zip.Deflater
expect class Deflater(level: Int, nowrap: Boolean)

Parameters

nowrap

true to skip the ZLIB header and checksum.

Constructors

Link copied to clipboard
expect constructor()

Creates a deflater that expects to read a ZLIB header and checksum.

expect constructor(level: Int, nowrap: Boolean)

Functions

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