Class ZipPacking
java.lang.Object
org.apache.ivy.core.pack.ArchivePacking
org.apache.ivy.core.pack.ZipPacking
- Direct Known Subclasses:
OsgiBundlePacking
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getNames()voidunpack(InputStream packed, File dest) protected voidwriteFile(InputStream zip, File f)
-
Constructor Details
-
ZipPacking
public ZipPacking()
-
-
Method Details
-
getNames
- Specified by:
getNamesin classArchivePacking
-
getUnpackedExtension
- Specified by:
getUnpackedExtensionin classArchivePacking
-
unpack
- Specified by:
unpackin classArchivePacking- Throws:
IOException
-
writeFile
- Throws:
IOException
-