|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.apache.commons.compress.archivers.ArchiveOutputStream
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
public class JarArchiveOutputStream
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 |
---|
public JarArchiveOutputStream(java.io.OutputStream out)
Method Detail |
---|
public void putArchiveEntry(ArchiveEntry entry) throws java.io.IOException
putArchiveEntry
in class ZipArchiveOutputStream
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |