Full deflate compression implementation with LZ77 and Huffman coding
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | input_data(*) | |||
| integer, | intent(in) | :: | input_len | |||
| integer(kind=int8), | intent(out), | allocatable | :: | output_data(:) | ||
| integer, | intent(out) | :: | output_len |