13 uLongf outputlength_in_bytes;
17 outputlength_in_bytes = array[3];
21 bytes =
i4swap(array[0])-16;
22 outputlength_in_bytes =
i4swap(array[3]);
27 COUT <<
" wrong buffer" << std::endl;
33 int outputlength = (outputlength_in_bytes+3)/4;
35 uLongf i = outputlength_in_bytes;
37 uncompress ( (Bytef*)
bufferarray, &i, (Bytef*) &array[4], bytes);