Uses of Class
org.apache.commons.compress.tar.TarEntry

Packages that use TarEntry
org.apache.commons.compress.tar   
 

Uses of TarEntry in org.apache.commons.compress.tar
 

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

Methods in org.apache.commons.compress.tar with parameters of type TarEntry
 void TarOutputStream.putNextEntry(TarEntry entry)
          Put an entry on the output stream.
 boolean TarEntry.isDescendent(TarEntry desc)
          Determine if the given entry is a descendant of this entry.
 boolean TarEntry.equals(TarEntry other)
          Determine if the two entries are equal.
 



Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.