|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.generationjava.io.ZipW
Makes creating Zip files easier.
| Constructor Summary | |
ZipW(java.io.OutputStream out)
Provide the OutputStream that this Zip will be written to. |
|
| Method Summary | |
boolean |
addFile(java.lang.String filename,
java.lang.String contents)
Add the passed in String data to the Zip under the specified filename. |
void |
close()
Close the zip file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ZipW(java.io.OutputStream out)
| Method Detail |
public boolean addFile(java.lang.String filename,
java.lang.String contents)
public void close()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||