aQute.lib.zip
Class ZipUtil
java.lang.Object
aQute.lib.zip.ZipUtil
public class ZipUtil
- extends Object
This class provides utilities to work with zip files.
http://www.opensource.apple.com/source/zip/zip-6/unzip/unzip/proginfo/extra.fld
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipUtil
public ZipUtil()
getModifiedTime
public static long getModifiedTime(ZipEntry entry)
throws IOException
- Throws:
IOException
setModifiedTime
public static void setModifiedTime(ZipEntry entry,
long utc)
throws IOException
- Throws:
IOException
Copyright © 2014 aQute SARL. All rights reserved.