| Frames | No Frames |
Fields of type com.ice.tar.TarEntry | |
| TarEntry | |
Methods with parameter type com.ice.tar.TarEntry | |
| boolean | Determine if the two entries are equal. |
| boolean | Determine if the given entry is a descendant of this entry. |
| void | |
| void | Put an entry on the output stream. |
| void | Write an entry to the archive. |
Methods with return type com.ice.tar.TarEntry | |
| TarEntry | TarInputStream.EntryAdapter.createEntry(File path) |
| TarEntry | TarInputStream.EntryFactory.createEntry(File path) |
| TarEntry | TarInputStream.EntryAdapter.createEntry(String name) |
| TarEntry | TarInputStream.EntryFactory.createEntry(String name) |
| TarEntry | TarInputStream.EntryAdapter.createEntry(byte[] headerBuf) |
| TarEntry | TarInputStream.EntryFactory.createEntry(byte[] headerBuf) |
| TarEntry[] | If this entry represents a file, and the file is a directory, return
an array of TarEntries for this entry's children. |
| TarEntry | |
| TarEntry | Get the next entry in this tar archive. |