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: