Package | Description |
---|---|
org.codehaus.plexus.archiver.tar |
Modifier and Type | Class and Description |
---|---|
class |
PosixTarEntry |
Modifier and Type | Field and Description |
---|---|
protected TarEntry |
TarInputStream.currEntry |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TarEntry.equals(TarEntry it)
Determine if the two entries are equal.
|
InputStream |
TarFile.getInputStream(TarEntry entry)
Returns an
InputStream with the given entries
contents. |
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.
|
Constructor and Description |
---|
TarResource(TarFile tarFile,
TarEntry entry) |
Copyright © 2001-2013 Codehaus. All Rights Reserved.