|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.huguesjohnson.ZipCompressor
Class ZipCompressor, very basic class to create a .zip archive.
Constructor Summary | |
ZipCompressor(java.lang.String[] fileNames,
java.lang.String destinationFile)
Constructor creates a zip archive containing a number of files. |
Method Summary | |
java.lang.String |
toString()
returns a String representation of this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ZipCompressor(java.lang.String[] fileNames, java.lang.String destinationFile)
fileNames
- an array of all files to include in archivedestinationFile
- the destination archiveMethod Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |