|
|||||||||
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
ISevenZipInArchive
.
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
- intern error occurs. See Throwable.getMessage()
for details.int getNumberOfItems() throws SevenZipException
SevenZipException
- error occurs. See Throwable.getMessage()
for details.ISimpleInArchiveItem[] getArchiveItems() throws SevenZipException
getNumberOfItems()
elements.
SevenZipException
- error occurs. See Throwable.getMessage()
for details.ISimpleInArchiveItem getArchiveItem(int index) throws SevenZipException
index
.
index
- index of the archive item to return
ISimpleInArchiveItem
SevenZipException
- error occurs. See Throwable.getMessage()
for details.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |