You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
382 B
16 lines
382 B
:mod:`uzlib` -- zlib decompression
|
|
==================================
|
|
|
|
.. module:: uzlib
|
|
:synopsis: zlib decompression
|
|
|
|
This modules allows to decompress binary data compressed with DEFLATE
|
|
algorithm (commonly used in zlib library and gzip archiver). Compression
|
|
is not yet implemented.
|
|
|
|
Functions
|
|
---------
|
|
|
|
.. function:: decompress(data)
|
|
|
|
Return decompressed data as bytes.
|
|
|