org.apache.maven.index.util.zip
Class ZipFacade

java.lang.Object
  extended by org.apache.maven.index.util.zip.ZipFacade

public class ZipFacade
extends Object


Field Summary
static long JAVA_ZIPFILE_SIZE_THRESHOLD
           
static long MEGABYTE
           
 
Constructor Summary
ZipFacade()
           
 
Method Summary
static void close(ZipHandle handle)
           
static ZipHandle getZipHandle(File targetFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MEGABYTE

public static final long MEGABYTE
See Also:
Constant Field Values

JAVA_ZIPFILE_SIZE_THRESHOLD

public static final long JAVA_ZIPFILE_SIZE_THRESHOLD
Constructor Detail

ZipFacade

public ZipFacade()
Method Detail

getZipHandle

public static ZipHandle getZipHandle(File targetFile)
                              throws IOException
Throws:
IOException

close

public static void close(ZipHandle handle)
                  throws IOException
Throws:
IOException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.