|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ebmwebsourcing.easycommons.io.ZipHelper
public class ZipHelper
| Constructor Summary | |
|---|---|
ZipHelper()
|
|
| Method Summary | |
|---|---|
static void |
extractEntriesFromArchive(java.util.zip.ZipFile archive,
java.lang.String entryNamePrefix,
java.io.File destDir)
Extract all the archive entries with a name starting with the specified name prefix to the specified destination directory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipHelper()
| Method Detail |
|---|
public static void extractEntriesFromArchive(java.util.zip.ZipFile archive,
java.lang.String entryNamePrefix,
java.io.File destDir)
throws java.io.IOException
archive - the archive which contains the entries to extractentryNamePrefix - the name prefix of entries to extract from the archiveabsoluteDestDir - the directory to extract the archive entries
java.io.IOException - if an I/O entry has occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||