Uses of Class
org.apache.commons.compress.archivers.tar.TarArchiveEntry

Packages that use TarArchiveEntry
org.apache.commons.compress.archivers.tar Provides stream classes for reading and writing archives using the TAR format. 
 

Uses of TarArchiveEntry in org.apache.commons.compress.archivers.tar
 

Methods in org.apache.commons.compress.archivers.tar that return TarArchiveEntry
protected  TarArchiveEntry TarArchiveInputStream.getCurrentEntry()
           
 TarArchiveEntry[] TarArchiveEntry.getDirectoryEntries()
          If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.
 TarArchiveEntry TarArchiveInputStream.getNextTarEntry()
          Get the next entry in this tar archive.
 

Methods in org.apache.commons.compress.archivers.tar with parameters of type TarArchiveEntry
 boolean TarArchiveEntry.equals(TarArchiveEntry it)
          Determine if the two entries are equal.
 boolean TarArchiveEntry.isDescendent(TarArchiveEntry desc)
          Determine if the given entry is a descendant of this entry.
protected  void TarArchiveInputStream.setCurrentEntry(TarArchiveEntry e)
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.