|
|||||||||
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) to open archive from volumes.
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_WRITE_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 be called. The
first thrown exception will be saved and thrown late on from the first called 7-Zip-JBinding main
method, such as ISevenZipInArchive.extract()
or SevenZip.openInArchive()
.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 be called. The
first thrown exception will be saved and thrown late on from the first called 7-Zip-JBinding main
method, such as ISevenZipInArchive.extract()
or SevenZip.openInArchive()
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |