de.hattrickorganizer.tools.backup
Class HOZip

java.lang.Object
  extended by java.io.File
      extended by de.hattrickorganizer.tools.backup.HOZip
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.io.File>

public class HOZip
extends java.io.File

TODO Missing Class Documentation

Author:
TODO Author Name
See Also:
Serialized Form

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

HOZip

public HOZip(java.lang.String filename)
      throws java.lang.Exception
Creates a new HOZip object.

Parameters:
filename - TODO Missing Constructuor Parameter Documentation
Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation
Method Detail

getFileCount

public int getFileCount()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

addFile

public void addFile(java.io.File file)
             throws java.lang.Exception
TODO Missing Method Documentation

Parameters:
file - TODO Missing Method Parameter Documentation
Throws:
java.lang.Exception - TODO Missing Method Exception Documentation

closeArchive

public void closeArchive()
                  throws java.lang.Exception
Closes the archive if it is still open.

Throws:
java.lang.Exception

finalize

public void finalize()
              throws java.lang.Exception
Deconstructor

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation

addStringEntry

public void addStringEntry(java.lang.String filename,
                           java.lang.String data)
                    throws java.lang.Exception
TODO Missing Method Documentation

Parameters:
file - TODO Missing Method Parameter Documentation
Throws:
java.lang.Exception - TODO Missing Method Exception Documentation