Function miniz_oxide::inflate::decompress_to_vec_with_limit [−][src]
Expand description
Decompress the deflate-encoded data in input
to a vector.
The vector is grown to at most max_size
bytes; if the data does not fit in that size,
TINFLStatus::HasMoreOutput
error is returned.
Returns a status and an integer representing where the decompressor failed on failure.