Package net.sf.sevenzipjbinding
Interface IOutItemAllFormats
- All Superinterfaces:
IOutItem7z,IOutItemBase,IOutItemBZip2,IOutItemGZip,IOutItemTar,IOutItemXz,IOutItemZip
- All Known Implementing Classes:
OutItem
public interface IOutItemAllFormats
extends IOutItem7z, IOutItemBZip2, IOutItemGZip, IOutItemTar, IOutItemXz, IOutItemZip
Archive format independent (generic) archive item data class. It contains all information about a single archive
item, that is needed for a create or an update archive operation. Use this interface in code that should be able
to handle multiple archive formats in a generic way. See
IOutItemBase for details.- Since:
- 9.20-2.00
- Author:
- Boris Brodski
- See Also:
-
Method Summary
Methods inherited from interface net.sf.sevenzipjbinding.IOutItem7z
getPropertyAttributes, getPropertyComment, getPropertyCRC, getPropertyEncrypted, getPropertyIsAnti, getPropertyIsDir, getPropertyLastModificationTime, getPropertyPath, setPropertyAttributes, setPropertyComment, setPropertyCRC, setPropertyEncrypted, setPropertyIsAnti, setPropertyIsDir, setPropertyLastModificationTime, setPropertyPathMethods inherited from interface net.sf.sevenzipjbinding.IOutItemBase
getArchiveFormat, getDataSize, getIndex, getOutArchive, getUpdateIsNewData, getUpdateIsNewProperties, getUpdateOldArchiveItemIndex, setDataSize, setUpdateIsNewData, setUpdateIsNewProperties, setUpdateOldArchiveItemIndexMethods inherited from interface net.sf.sevenzipjbinding.IOutItemGZip
getPropertyLastModificationTime, getPropertyPath, setPropertyLastModificationTime, setPropertyPathMethods inherited from interface net.sf.sevenzipjbinding.IOutItemTar
getPropertyGroup, getPropertyHardLink, getPropertyIsDir, getPropertyLastModificationTime, getPropertyPath, getPropertyPosixAttributes, getPropertySymLink, getPropertyUser, setPropertyGroup, setPropertyHardLink, setPropertyIsDir, setPropertyLastModificationTime, setPropertyPath, setPropertyPosixAttributes, setPropertySymLink, setPropertyUserMethods inherited from interface net.sf.sevenzipjbinding.IOutItemZip
getPropertyAttributes, getPropertyCreationTime, getPropertyIsDir, getPropertyLastAccessTime, getPropertyLastModificationTime, getPropertyPath, setPropertyAttributes, setPropertyCreationTime, setPropertyIsDir, setPropertyLastAccessTime, setPropertyLastModificationTime, setPropertyPath