|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectru.goodidea.df.util.JarMaker
public class JarMaker
Title:
Description:
Copyright: Copyright (c) 2004
Company:
| Constructor Summary | |
|---|---|
JarMaker()
|
|
| Method Summary | |
|---|---|
void |
addToArchive(java.io.File file,
java.lang.String filepath,
java.lang.String newFileEntryName)
This method adds a new file to an existing zip file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarMaker()
| Method Detail |
|---|
public void addToArchive(java.io.File file,
java.lang.String filepath,
java.lang.String newFileEntryName)
throws java.io.IOException
file - The old zip archivefilepath - The name of the file to be Added
NOTE: This method will write a new file and data to an archive, to
write an existing file, we must first read the data frm the file,
then you could call this method.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||