Package net.sf.sevenzipjbinding
Interface IOutItemGZip
- All Superinterfaces:
IOutItemBase
- All Known Subinterfaces:
IOutItemAllFormats
- All Known Implementing Classes:
OutItem
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.- Since:
- 9.20-2.00
- Author:
- Boris Brodski
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet propertyPropID.LAST_MODIFICATION_TIME.Get propertyPropID.PATH.voidsetPropertyLastModificationTime(Date modificationTime) Set propertyPropID.LAST_MODIFICATION_TIME.voidsetPropertyPath(String path) Set propertyPropID.PATH.Methods inherited from interface net.sf.sevenzipjbinding.IOutItemBase
getArchiveFormat, getDataSize, getIndex, getOutArchive, getUpdateIsNewData, getUpdateIsNewProperties, getUpdateOldArchiveItemIndex, setDataSize, setUpdateIsNewData, setUpdateIsNewProperties, setUpdateOldArchiveItemIndex
-
Method Details
-
getPropertyPath
String getPropertyPath()Get propertyPropID.PATH.- Returns:
- path
- See Also:
-
setPropertyPath
Set propertyPropID.PATH.- Parameters:
path- seePropID.PATH- See Also:
-
getPropertyLastModificationTime
Date getPropertyLastModificationTime()Get propertyPropID.LAST_MODIFICATION_TIME.- Returns:
- last modification time
- See Also:
-
setPropertyLastModificationTime
Set propertyPropID.LAST_MODIFICATION_TIME.- Parameters:
modificationTime- seePropID.LAST_MODIFICATION_TIME- See Also:
-