Package net.sf.sevenzipjbinding
Interface IOutItemXz
- All Superinterfaces:
IOutItemBase
- All Known Subinterfaces:
IOutItemAllFormats
- All Known Implementing Classes:
OutItem
Xz 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.
Like BZip2 and GZip, Xz is a single-stream archive format that stores no filename inside the archive, so this
interface adds no extra properties on top of IOutItemBase.
- Since:
- 23.01-2.2
- Author:
- Boris Brodski
- See Also:
-
Method Summary
Methods inherited from interface net.sf.sevenzipjbinding.IOutItemBase
getArchiveFormat, getDataSize, getIndex, getOutArchive, getUpdateIsNewData, getUpdateIsNewProperties, getUpdateOldArchiveItemIndex, setDataSize, setUpdateIsNewData, setUpdateIsNewProperties, setUpdateOldArchiveItemIndex