I want to unzip .zip files (with .jpg files inside) that were created using Windows 10’s zipping feature. First I tested it with Java 8’s native util.zip.ZipEntry but kept getting an invalid CEN header (bad compression method) error, which seems to be caused by an incompatibility with Win10’s compression. Because of that I switched to Apache Common’s Compress library (version