Package net.sf.basedb.util.zip


package net.sf.basedb.util.zip
  • Class
    Description
    This is a base class for all plugins that wants to implement the FileUnpacker interface.
    This class wraps the TarFilePacker in a BZIP2 stream, creating a tar.bz2 file.
    This interface should be implemented by classes that can pack files and directories from BASE file system.
    This interface should be implemented by plugins that can unpack a single compressed file into the BASE file system.
    This class wraps the TarFilePacker in a GZIP stream, creating a tar.gz file.
     
    This class packs files into a TAR archive.
    Contains utility functions for TAR archives.
    This class packs files into a ZIP archive.
    This class can be used to unpack zip files into the BASE directory structure.