[][src]Module miniz_oxide::inflate::core

Streaming decompression functionality.

Modules

inflate_flags

Structs

DecompressorOxide

Main decompression struct.

Constants

TINFL_LZ_DICT_SIZE

Functions

decompress

Main decompression function. Keeps decompressing data from in_buf until the in_buf is emtpy, out_cur is full, the end of the deflate stream is hit, or there is an error in the deflate stream.