Hi all,
I'm making a deflate or rather a zlib precompressor written in pascal, already managed to make something that can look for all streams in a file, am now dealing with the precompression part, now there is something I want to know before precompressing a certain stream which is the sliding window / window size that was used either from deflate headers or just by decompressing that stream, is there a way to know that? I want to sort out the streams with 16K and 32K window size from the other ones with different sliding window then fed them to different functions that can handle each.
Thanks in advance.