org.apache.commons.compress.archivers.jar
Class JarArchiveOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.apache.commons.compress.archivers.ArchiveOutputStream
          extended by org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
              extended by org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class JarArchiveOutputStream
extends ZipArchiveOutputStream


Constructor Summary
JarArchiveOutputStream(java.io.OutputStream out)
           
 
Method Summary
 void putArchiveEntry(ArchiveEntry entry)
           
 
Methods inherited from class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
close, closeArchiveEntry, getDefaultFileExtension, getHeader, getName, write, write
 
Methods inherited from class java.io.OutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarArchiveOutputStream

public JarArchiveOutputStream(java.io.OutputStream out)
Method Detail

putArchiveEntry

public void putArchiveEntry(ArchiveEntry entry)
                     throws java.io.IOException
Overrides:
putArchiveEntry in class ZipArchiveOutputStream
Throws:
java.io.IOException