|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArchiveAdapter
adapter for reading archive style structure
| Nested Class Summary | |
|---|---|
static class |
ArchiveAdapter.Entry
|
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream(java.lang.String entry)
Returns an input stream to read the content of the archive entry |
java.util.jar.Manifest |
getManifest()
Returns the manifest instance for the archive. |
java.lang.String |
getName()
Returns the name of the archive |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
java.lang.String getName()
java.io.InputStream getInputStream(java.lang.String entry)
throws java.io.IOException
entry - name of the entry to read from
java.io.IOException - when the InputStream instance cannot be created.
java.util.jar.Manifest getManifest()
throws java.io.IOException
java.io.IOException - if the manifest cannot be loaded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||