Package net.sf.sevenzipjbinding
Interface IOutItem7z
- All Superinterfaces:
IOutItemBase
- All Known Subinterfaces:
IOutItemAllFormats
- All Known Implementing Classes:
OutItem
7-zip 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.ATTRIBUTES.Get propertyPropID.COMMENT.Get propertyPropID.CRC.Get propertyPropID.ENCRYPTED.Get propertyPropID.IS_ANTI.Get propertyPropID.IS_FOLDER.Get propertyPropID.LAST_MODIFICATION_TIME.Get propertyPropID.PATH.voidsetPropertyAttributes(Integer attributes) Set propertyPropID.ATTRIBUTES.voidsetPropertyComment(String comment) Set propertyPropID.COMMENT.voidsetPropertyCRC(Integer crc) Set propertyPropID.CRC.voidsetPropertyEncrypted(Boolean encrypted) Set propertyPropID.ENCRYPTED.voidsetPropertyIsAnti(Boolean isAnti) Set propertyPropID.IS_ANTI.voidsetPropertyIsDir(Boolean dir) Set propertyPropID.IS_FOLDER.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
-
getPropertyAttributes
Integer getPropertyAttributes()Get propertyPropID.ATTRIBUTES.- Returns:
- attributes
- See Also:
-
setPropertyAttributes
Set propertyPropID.ATTRIBUTES.- Parameters:
attributes- seePropID.ATTRIBUTES- See Also:
-
getPropertyPath
String getPropertyPath()Get propertyPropID.PATH.- Returns:
- path
- See Also:
-
setPropertyPath
Set propertyPropID.PATH.- Parameters:
path- seePropID.PATH- See Also:
-
getPropertyIsDir
Boolean getPropertyIsDir()Get propertyPropID.IS_FOLDER.- Returns:
- dir
- See Also:
-
setPropertyIsDir
Set propertyPropID.IS_FOLDER.- Parameters:
dir- seePropID.IS_FOLDER- 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:
-
getPropertyIsAnti
Boolean getPropertyIsAnti()Get propertyPropID.IS_ANTI.- Returns:
- isAnti flag
- See Also:
-
setPropertyIsAnti
Set propertyPropID.IS_ANTI.- Parameters:
isAnti- seePropID.IS_ANTI.- See Also:
-
getPropertyComment
String getPropertyComment()Get propertyPropID.COMMENT.- Returns:
- comment
- See Also:
-
setPropertyComment
Set propertyPropID.COMMENT.- Parameters:
comment- seePropID.COMMENT- See Also:
-
getPropertyEncrypted
Boolean getPropertyEncrypted()Get propertyPropID.ENCRYPTED.- Returns:
- encrypted flag
- See Also:
-
setPropertyEncrypted
Set propertyPropID.ENCRYPTED.- Parameters:
encrypted- seePropID.ENCRYPTED- See Also:
-
getPropertyCRC
Integer getPropertyCRC()Get propertyPropID.CRC.- Returns:
- CRC checksum
- See Also:
-
setPropertyCRC
Set propertyPropID.CRC.- Parameters:
crc- seePropID.CRC- See Also:
-