org.apache.commons.compress.archivers
Class ArchiveOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.apache.commons.compress.archivers.ArchiveOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Direct Known Subclasses:
ArArchiveOutputStream, TarArchiveOutputStream, ZipArchiveOutputStream

public abstract class ArchiveOutputStream
extends java.io.OutputStream


Constructor Summary
ArchiveOutputStream()
           
 
Method Summary
abstract  void closeArchiveEntry()
           
abstract  void putArchiveEntry(ArchiveEntry entry)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveOutputStream

public ArchiveOutputStream()
Method Detail

putArchiveEntry

public abstract void putArchiveEntry(ArchiveEntry entry)
                              throws java.io.IOException
Throws:
java.io.IOException

closeArchiveEntry

public abstract void closeArchiveEntry()
                                throws java.io.IOException
Throws:
java.io.IOException