[−][src]Module miniz_oxide::deflate::core
Streaming compression functionality.
Modules
deflate_flags |
Structs
CallbackFunc |
Callback function and user used in |
CompressorOxide |
Main compression struct. |
Enums
CompressionStrategy |
Used to generate deflate flags with |
TDEFLFlush |
A list of deflate flush types. |
TDEFLStatus |
Return status codes. |
Constants
LZ_DICT_SIZE |
Size of the chained hash table. |
MAX_MATCH_LEN |
The maximum length of a match. |
Functions
compress |
Main compression function. Puts output into buffer. |
compress_to_output |
Main compression function. Callbacks output. |
create_comp_flags_from_zip_params |
Create a set of compression flags using parameters used by zlib and other compressors. |