aQute.lib.zip
Class ZipUtil

java.lang.Object
  extended by 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


Constructor Summary
ZipUtil()
           
 
Method Summary
static long getModifiedTime(ZipEntry entry)
           
static void setModifiedTime(ZipEntry entry, long utc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipUtil

public ZipUtil()
Method Detail

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.