net.sf.sevenzipjbinding
Interface IOutCreateArchiveGZip

All Superinterfaces:
java.io.Closeable, IOutArchiveBase, IOutCreateArchive<IOutItemGZip>, IOutFeatureSetLevel
All Known Implementing Classes:
OutArchiveGZipImpl

public interface IOutCreateArchiveGZip
extends IOutCreateArchive<IOutItemGZip>, IOutFeatureSetLevel

The interface provides functionality to create new GZip archives.
Standard way to get implementation is to use SevenZip.openOutArchiveGZip(). See IOutCreateArchive -JavaDoc for more information. NOTE: Each instance should be closed using Closeable.close() method.

Since:
9.20-2.00
Author:
Boris Brodski
See Also:
IOutCreateArchive, ArchiveFormat.GZIP

Method Summary
 
Methods inherited from interface net.sf.sevenzipjbinding.IOutCreateArchive
createArchive, getArchiveFormat
 
Methods inherited from interface net.sf.sevenzipjbinding.IOutArchiveBase
getTracePrintStream, isTrace, setTrace, setTracePrintStream
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface net.sf.sevenzipjbinding.IOutFeatureSetLevel
setLevel