Uses of Class com.ice.tar.TarEntry

Uses in package com.ice.tar

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
TarArchive.writeEntry(TarEntry oldEntry, boolean recurse)
Write an entry to the archive.

Methods with return type com.ice.tar.TarEntry

TarEntry
TarEntry
TarEntry
TarEntry
TarEntry
TarEntry
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.

This software has been placed into the public domain.