Uses of Class
org.apache.commons.compress.archivers.ar.ArArchiveEntry

Packages that use ArArchiveEntry
org.apache.commons.compress.archivers.ar Provides stream classes for reading and writing archives using the AR format. 
 

Uses of ArArchiveEntry in org.apache.commons.compress.archivers.ar
 

Fields in org.apache.commons.compress.archivers.ar declared as ArArchiveEntry
private  ArArchiveEntry ArArchiveInputStream.currentEntry
           
private  ArArchiveEntry ArArchiveOutputStream.prevEntry
           
 

Methods in org.apache.commons.compress.archivers.ar that return ArArchiveEntry
 ArArchiveEntry ArArchiveInputStream.getNextArEntry()
          Returns the next AR entry in this stream.
 

Methods in org.apache.commons.compress.archivers.ar with parameters of type ArArchiveEntry
private  long ArArchiveOutputStream.writeEntryHeader(ArArchiveEntry pEntry)