|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.File
de.hattrickorganizer.tools.backup.HOZip
public class HOZip
TODO Missing Class Documentation
Field Summary |
---|
Fields inherited from class java.io.File |
---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
Constructor Summary | |
---|---|
HOZip(java.lang.String filename)
Creates a new HOZip object. |
Method Summary | |
---|---|
void |
addFile(java.io.File file)
TODO Missing Method Documentation |
void |
addStringEntry(java.lang.String filename,
java.lang.String data)
TODO Missing Method Documentation |
void |
closeArchive()
Closes the archive if it is still open. |
void |
finalize()
Deconstructor |
int |
getFileCount()
TODO Missing Method Documentation |
Methods inherited from class java.io.File |
---|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HOZip(java.lang.String filename) throws java.lang.Exception
filename
- TODO Missing Constructuor Parameter Documentation
java.lang.Exception
- TODO Missing Constructuor Exception DocumentationMethod Detail |
---|
public int getFileCount()
public void addFile(java.io.File file) throws java.lang.Exception
file
- TODO Missing Method Parameter Documentation
java.lang.Exception
- TODO Missing Method Exception Documentationpublic void closeArchive() throws java.lang.Exception
java.lang.Exception
public void finalize() throws java.lang.Exception
finalize
in class java.lang.Object
java.lang.Exception
- TODO Missing Constructuor Exception Documentationpublic void addStringEntry(java.lang.String filename, java.lang.String data) throws java.lang.Exception
file
- TODO Missing Method Parameter Documentation
java.lang.Exception
- TODO Missing Method Exception Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |