|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArchiveOpenVolumeCallback
Interface to provide information (properties and input streams) for open operation of a multi-volume archive.
Method Summary | |
---|---|
java.lang.Object |
getProperty(PropID propID)
Get property of the volume file. |
IInStream |
getStream(java.lang.String filename)
Return IInStream for volume with filename filename . |
Method Detail |
---|
java.lang.Object getProperty(PropID propID) throws SevenZipException
PropID.NAME
(Type: String)PropID.IS_FOLDER
(Type: Boolean)PropID.SIZE
(Type: Long)PropID.ATTRIBUTES
(Type: int)PropID.LAST_ACCESS_TIME
(Type: Date)PropID.CREATION_TIME
(Type: Date)PropID.LAST_MODIFICATION_TIME
(Type: Date)
propID
- property
SevenZipException
- in error case. If this method ends with an exception, the current operation will be reported to 7-Zip
as failed. There are no guarantee, that there are no further call back methods will get called. The
first and last thrown exceptions will be saved and thrown later on from the originally called method
such as ISevenZipInArchive.extract()
or SevenZip.openInArchive()
. Up to
four exceptions depending on the situation can be saved for further analysis. See
SevenZipException
and SevenZipException.printStackTraceExtended()
for details.IInStream getStream(java.lang.String filename) throws SevenZipException
IInStream
for volume with filename filename
.
filename
- name of the next required volume
SevenZipException
- in error case. If this method ends with an exception, the current operation will be reported to 7-Zip
as failed. There are no guarantee, that there are no further call back methods will get called. The
first and last thrown exceptions will be saved and thrown later on from the originally called method
such as ISevenZipInArchive.extract()
or SevenZip.openInArchive()
. Up to
four exceptions depending on the situation can be saved for further analysis. See
SevenZipException
and SevenZipException.printStackTraceExtended()
for details.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |