|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TarEntry | |
org.codehaus.plexus.archiver.tar |
Uses of TarEntry in org.codehaus.plexus.archiver.tar |
Fields in org.codehaus.plexus.archiver.tar declared as TarEntry | |
protected TarEntry |
TarInputStream.currEntry
|
Methods in org.codehaus.plexus.archiver.tar that return TarEntry | |
TarEntry |
TarInputStream.getNextEntry()
Get the next entry in this tar archive. |
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. |
Methods in org.codehaus.plexus.archiver.tar with parameters of type TarEntry | |
void |
TarOutputStream.putNextEntry(TarEntry entry)
Put an entry on the output stream. |
java.io.InputStream |
TarFile.getInputStream(TarEntry entry)
Returns an InputStream with the given entries
contents. |
boolean |
TarEntry.equals(TarEntry it)
Determine if the two entries are equal. |
boolean |
TarEntry.isDescendent(TarEntry desc)
Determine if the given entry is a descendant of this entry. |
Constructors in org.codehaus.plexus.archiver.tar with parameters of type TarEntry | |
TarResource(TarFile tarFile,
TarEntry entry)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |