|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.util.zip.ZipFile
public class ZipFile
Constructor Summary | |
---|---|
ZipFile(java.io.File file)
|
|
ZipFile(java.lang.String path,
java.lang.String filename)
|
Method Summary | |
---|---|
void |
addEntry(java.lang.String name,
byte[] bytes)
|
void |
close()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZipFile(java.lang.String path, java.lang.String filename) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public ZipFile(java.io.File file) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public void addEntry(java.lang.String name, byte[] bytes) throws java.io.IOException
java.io.IOException
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |