zlib_compress Function

public function zlib_compress(input_data, input_len, output_len) result(output_data)

Full deflate compression with LZ77 and Huffman coding

Arguments

Type IntentOptional Attributes Name
integer(kind=int8), intent(in) :: input_data(*)
integer, intent(in) :: input_len
integer, intent(out) :: output_len

Return Value integer(kind=int8), allocatable, (:)