Class OutArchiveImpl<T extends IOutItemBase>

java.lang.Object
net.sf.sevenzipjbinding.impl.OutArchiveImpl<T>
Type Parameters:
T - the type of the item callback implementation
All Implemented Interfaces:
Closeable, AutoCloseable, IOutArchive<T>, IOutArchiveBase, IOutCreateArchive<T>, IOutUpdateArchive<T>
Direct Known Subclasses:
OutArchive7zImpl, OutArchiveBZip2Impl, OutArchiveGZipImpl, OutArchiveTarImpl, OutArchiveXzImpl, OutArchiveZipImpl

public class OutArchiveImpl<T extends IOutItemBase> extends Object implements IOutArchive<T>
Common archive create and update class.
Since:
9.20-2.00
Author:
Boris Brodski
See Also: