|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TarEntry | |
---|---|
org.apache.tools.tar | TAR infrastructure internal classes |
Uses of TarEntry in org.apache.tools.tar |
---|
Methods in org.apache.tools.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.tools.tar with parameters of type TarEntry | |
---|---|
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. |
void |
TarOutputStream.putNextEntry(TarEntry entry)
Put an entry on the output stream. |
void |
TarOutputStream.writeFileEntry(TarEntry entry)
|
void |
TarOutputStream.writeFileEntry(TarEntry entry,
java.lang.String parentPath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |