net.sf.sevenzipjbinding.impl
Class OutArchiveTarImpl

java.lang.Object
  extended by net.sf.sevenzipjbinding.impl.OutArchiveImpl<IOutItemTar>
      extended by net.sf.sevenzipjbinding.impl.OutArchiveTarImpl
All Implemented Interfaces:
java.io.Closeable, IOutArchive<IOutItemTar>, IOutArchiveBase, IOutCreateArchive<IOutItemTar>, IOutCreateArchiveTar, IOutUpdateArchive<IOutItemTar>, IOutUpdateArchiveTar

public class OutArchiveTarImpl
extends OutArchiveImpl<IOutItemTar>
implements IOutCreateArchiveTar, IOutUpdateArchiveTar

Tar specific archive create and update class.

Since:
9.20-2.00
Author:
Boris Brodski

Constructor Summary
OutArchiveTarImpl()
           
 
Method Summary
 
Methods inherited from class net.sf.sevenzipjbinding.impl.OutArchiveImpl
close, createArchive, getArchiveFormat, getConnectedInArchive, getTracePrintStream, isTrace, setTrace, setTracePrintStream, updateItems
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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.IOutUpdateArchive
getArchiveFormat, getConnectedInArchive, updateItems
 
Methods inherited from interface net.sf.sevenzipjbinding.IOutArchiveBase
getTracePrintStream, isTrace, setTrace, setTracePrintStream
 

Constructor Detail

OutArchiveTarImpl

public OutArchiveTarImpl()