|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TarEntry in com.ice.tar |
Fields in com.ice.tar declared as TarEntry | |
protected TarEntry |
TarInputStream.currEntry
|
Methods in com.ice.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 |
FastTarStream.getNextEntry()
|
TarEntry |
TarInputStream.getNextEntry()
Get the next entry in this tar archive. |
TarEntry |
TarInputStream.EntryFactory.createEntry(String name)
|
TarEntry |
TarInputStream.EntryFactory.createEntry(File path)
|
TarEntry |
TarInputStream.EntryFactory.createEntry(byte[] headerBuf)
|
TarEntry |
TarInputStream.EntryAdapter.createEntry(String name)
|
TarEntry |
TarInputStream.EntryAdapter.createEntry(File path)
|
TarEntry |
TarInputStream.EntryAdapter.createEntry(byte[] headerBuf)
|
Methods in com.ice.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 |
TarGzOutputStream.putNextEntry(TarEntry entry)
|
void |
TarArchive.writeEntry(TarEntry oldEntry,
boolean recurse)
Write an entry to the archive. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |