Uses of Class
org.xeustechnologies.jtar.TarEntry

Uses of TarEntry in org.xeustechnologies.jtar
 

Methods in org.xeustechnologies.jtar that return TarEntry
 TarEntry TarInputStream.getNextEntry()
          Returns the next entry in the tar file
 

Methods in org.xeustechnologies.jtar with parameters of type TarEntry
 boolean TarEntry.equals(TarEntry it)
           
 boolean TarEntry.isDescendent(TarEntry desc)
           
 void TarOutputStream.putNextEntry(TarEntry entry)
          Writes the next tar entry header on the stream
 



Copyright © 2012 Xeus Technologies. All Rights Reserved.