TrueZIP 6.8.2

Package de.schlichtherle.io.archive.tar

Provides the ArchiveDriver family for TAR files.

See:
          Description

Class Summary
TarBZip2Driver An archive driver which builds TAR files compressed with BZIP2.
TarDriver An archive driver which builds TAR files.
TarEntry An entry in a TAR archive which implements the ArchiveEntry interface.
TarGZipDriver An archive driver which builds TAR files compressed with GZIP.
TarGZipDriver.GZIPOutputStream  
TarInputArchive Presents a TarInputStream as a randomly accessible archive.
TarOutputArchive An implementation of OutputArchive to write TAR archives.
 

Exception Summary
TarInputArchive.TempFileException This needs to be a FileNotFoundException in order to signal that the TAR is simply not accessible and not necessarily a false positive.
 

Package de.schlichtherle.io.archive.tar Description

Provides the ArchiveDriver family for TAR files.

To access these archive types, client applications need to

  1. configure TrueZIP to recognize the file suffixes registered for these archive types with the DefaultArchiveDetector class, and
  2. have the JAR for Apache's Ant, version 1.8.1 or higher (ant.jar) on the runtime class path. You can download it at http://ant.apache.org.


TrueZIP 6.8.2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.