Interface IOutItemXz

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

public interface IOutItemXz extends IOutItemBase
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: