Package org.zeroturnaround.zip.timestamps
package org.zeroturnaround.zip.timestamps
-
ClassDescriptionThis strategy will call lastModifiedTime, creationTime and lastAccessTime methods (added in Java 8).Setting the timestamp in pre-java-8 environments.Strategy that we use to differentiate between JDK8 and older JDK ZipEntry method calls.The getInstance() of this method will return a JDK8 implementation when running on JVM 8 and a no operation instance when running on older JVM.