com.satline.util.zip
Class ZipUtilities

java.lang.Object
  extended by com.satline.util.zip.ZipUtilities

public class ZipUtilities
extends java.lang.Object


Method Summary
static void create(java.util.zip.ZipOutputStream zip, java.io.File sourceDir)
           
static void extract(java.util.zip.ZipFile zip, java.io.File targetDir)
           
static void extract(java.util.zip.ZipFile zip, java.util.zip.ZipEntry entry, java.io.File target)
           
static void extract(java.util.zip.ZipInputStream zip, java.io.File targetDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

extract

public static void extract(java.util.zip.ZipFile zip,
                           java.util.zip.ZipEntry entry,
                           java.io.File target)
                    throws java.io.IOException
Throws:
java.io.IOException

extract

public static void extract(java.util.zip.ZipFile zip,
                           java.io.File targetDir)
                    throws java.io.IOException
Throws:
java.io.IOException

extract

public static void extract(java.util.zip.ZipInputStream zip,
                           java.io.File targetDir)
                    throws java.io.IOException
Throws:
java.io.IOException

create

public static void create(java.util.zip.ZipOutputStream zip,
                          java.io.File sourceDir)
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007 null. All Rights Reserved.