|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOutItemGZip
GZip specific archive item data class. It contains all information about a single archive item, that is needed for a
create or an update archive operation. See IOutItemBase
for details.
IOutItemBase
Method Summary | |
---|---|
java.util.Date |
getPropertyLastModificationTime()
Get property PropID.LAST_MODIFICATION_TIME . |
java.lang.String |
getPropertyPath()
Get property PropID.PATH . |
void |
setPropertyLastModificationTime(java.util.Date modificationTime)
Set property PropID.LAST_MODIFICATION_TIME . |
void |
setPropertyPath(java.lang.String path)
Set property PropID.PATH . |
Methods inherited from interface net.sf.sevenzipjbinding.IOutItemBase |
---|
getArchiveFormat, getDataSize, getIndex, getOutArchive, getUpdateIsNewData, getUpdateIsNewProperties, getUpdateOldArchiveItemIndex, setDataSize, setUpdateIsNewData, setUpdateIsNewProperties, setUpdateOldArchiveItemIndex |
Method Detail |
---|
java.lang.String getPropertyPath()
PropID.PATH
.
PropID.PATH
void setPropertyPath(java.lang.String path)
PropID.PATH
.
path
- see PropID.PATH
PropID.PATH
java.util.Date getPropertyLastModificationTime()
PropID.LAST_MODIFICATION_TIME
.
PropID.LAST_MODIFICATION_TIME
void setPropertyLastModificationTime(java.util.Date modificationTime)
PropID.LAST_MODIFICATION_TIME
.
modificationTime
- see PropID.LAST_MODIFICATION_TIME
PropID.LAST_MODIFICATION_TIME
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |