| Package | Description |
|---|---|
| org.codehaus.plexus.archiver | |
| org.codehaus.plexus.archiver.tar | |
| org.codehaus.plexus.archiver.zip |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ArchiveFile.getInputStream(ArchiveFile.Entry entry)
Returns an
InputStream with the given entries contents. |
| Modifier and Type | Class and Description |
|---|---|
class |
TarEntry
This class represents an entry in a Tar archive.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
TarFile.getInputStream(ArchiveFile.Entry entry) |
| Modifier and Type | Class and Description |
|---|---|
class |
ZipEntry
Extension that adds better handling of extra fields and provides
access to the internal and external file attributes.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ZipFile.getInputStream(ArchiveFile.Entry entry) |
Copyright © 2001-2012 Codehaus. All Rights Reserved.