Module jls.util.zip.Inflater

Provide decompression using the ZLIB library.

Class Inflater

Inflater:new ([windowBits]) Creates a new Inflater with the specified window bits.
inflater:inflate (buffer) Inflates the specified data.


Class Inflater

The Inflater class. A Inflater allows to decompress data.
Inflater:new ([windowBits])
Creates a new Inflater with the specified window bits.

Parameters:

  • windowBits number the window bits (optional)
inflater:inflate (buffer)
Inflates the specified data.

Parameters:

  • buffer string the data to inflate

Returns:

    the inflated data
generated by LDoc 1.4.6