setLevel method for 7zip creation have no effect
Java wrapper for 7z archiver engine
Brought to you by:
boris_brodski
Hello,
It seems that setLevel on 7z creation have no effect, tried 0/5/9 levels, always the same compression method and speed resulted on my files... but when doing the same thing with zip create (using same java class but with ArchiveFormat set to ZIP), this works ok
I'm using IOutCreateArchive (generic method)
I've also tried v16.02-2.01beta with setLevel(0) but same result except this is LZMA2 instead of LZMA
Regards
OK, found something : setLevel has no effect only when setSolid is set to false!