net.java.trueupdate.core.zip.io
Class JarOutputStreamAdapter
java.lang.Object
net.java.trueupdate.core.zip.io.ZipOutputStreamAdapter
net.java.trueupdate.core.zip.io.JarOutputStreamAdapter
- All Implemented Interfaces:
- Closeable, ZipOutput
public class JarOutputStreamAdapter
- extends ZipOutputStreamAdapter
Adapts a JarOutputStream to a ZipOutput.
- Author:
- Christian Schlichtherle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarOutputStreamAdapter
public JarOutputStreamAdapter(@WillCloseWhenClosed
JarOutputStream jar)
entry
public ZipEntry entry(String name)
- Description copied from interface:
ZipOutput
- Returns a new ZIP entry.
- Specified by:
entry in interface ZipOutput- Overrides:
entry in class ZipOutputStreamAdapter
Copyright © 2013 Schlichtherle IT Services. All rights reserved.