|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleInArchive
Simplified interface for C++ IInArchive
. For binding of original 7-Zip C++ interface see
IInArchive
.
Method Summary | |
---|---|
void |
close()
Close archive. |
ISimpleInArchiveItem |
getArchiveItem(int index)
Return a simple representation of the archive item with index index . |
ISimpleInArchiveItem[] |
getArchiveItems()
Return array of archive items with getNumberOfItems() elements. |
int |
getNumberOfItems()
Return count of items in archive. |
Method Detail |
---|
void close() throws SevenZipException
SevenZipException
- 7-Zip or 7-Zip-JBinding error occur. Use SevenZipException.printStackTraceExtended()
to get
stack traces of this SevenZipException and of the all thrown 'cause by' exceptions.int getNumberOfItems() throws SevenZipException
SevenZipException
- 7-Zip or 7-Zip-JBinding error occur. Use SevenZipException.printStackTraceExtended()
to get
stack traces of this SevenZipException and of the all thrown 'cause by' exceptions.ISimpleInArchiveItem[] getArchiveItems() throws SevenZipException
getNumberOfItems()
elements.
SevenZipException
- 7-Zip or 7-Zip-JBinding error occur. Use SevenZipException.printStackTraceExtended()
to get
stack traces of this SevenZipException and of the all thrown 'cause by' exceptions.ISimpleInArchiveItem getArchiveItem(int index) throws SevenZipException
index
.
index
- index of the archive item to return
ISimpleInArchiveItem
SevenZipException
- 7-Zip or 7-Zip-JBinding error occur. Use SevenZipException.printStackTraceExtended()
to get
stack traces of this SevenZipException and of the all thrown 'cause by' exceptions.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |