net.sf.sevenzipjbinding
Interface IOutItemGZip

All Superinterfaces:
IOutItemBase
All Known Subinterfaces:
IOutItemAllFormats
All Known Implementing Classes:
OutItem

public interface IOutItemGZip
extends IOutItemBase

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:
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

getPropertyPath

java.lang.String getPropertyPath()
Get property PropID.PATH.

Returns:
path
See Also:
PropID.PATH

setPropertyPath

void setPropertyPath(java.lang.String path)
Set property PropID.PATH.

Parameters:
path - see PropID.PATH
See Also:
PropID.PATH

getPropertyLastModificationTime

java.util.Date getPropertyLastModificationTime()
Get property PropID.LAST_MODIFICATION_TIME.

Returns:
last modification time
See Also:
PropID.LAST_MODIFICATION_TIME

setPropertyLastModificationTime

void setPropertyLastModificationTime(java.util.Date modificationTime)
Set property PropID.LAST_MODIFICATION_TIME.

Parameters:
modificationTime - see PropID.LAST_MODIFICATION_TIME
See Also:
PropID.LAST_MODIFICATION_TIME