xiuos/Ubiquitous/RT_Thread/micropython/docs/std-librarys/uzlib.md

11 lines
348 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## **uzlib** zlib 解压缩
`uzlib` 模块实现了使用 DEFLATE 算法解压缩二进制数据 (常用的 zlib 库和 gzip 文档)。目前不支持压缩。
### 函数
#### **uzlib.decompress**(data)
返回解压后的 bytes 数据。
更多内容可参考 [uzlib](http://docs.micropython.org/en/latest/pyboard/library/uzlib.html) 。