Hi,
I just had some trouble using the Juce::ZipFile class.
basically, I’m doing an export/import functionnality:
export, zip_builder.AddFiles(original file, compression level, path in archive) and write to a File stream
import,
I create a ZipFile with the archive path. And i browse the entries.
BUT it seem that the entries header buffer change depending on the compression level.
(for instance, if compression level is 0 the filename of the entry is the one I setted, if compression level == 2, I can find the filename in the buffer but with extra data before, if the compression level is 9, I cant find it anymore)
I 'm not sure, but it is impossible to open the zip file with winrar or gzip if compression level is != 0.
Also with level compression at 0, I’ve got the error “unexpected end of archive”, with winRAR 32 on Seven 64
So there is probably something over there happening.
Is it a known bug ?
If yes, where can I get the fix ?
Thanks
NB (I’m currently running with 1.53 release version)
