TrueUpdate Core 0.5

net.java.trueupdate.core.zip.io
Interface ZipOutput

All Superinterfaces:
Closeable
All Known Implementing Classes:
JarOutputStreamAdapter, ZipOutputStreamAdapter

public interface ZipOutput
extends Closeable

The ZipOutputStream interface as it should have been.

Author:
Christian Schlichtherle
See Also:
ZipInput

Method Summary
 ZipEntry entry(String name)
          Returns a new ZIP entry.
 OutputStream stream(ZipEntry entry)
          Returns an output stream for writing the ZIP entry contents.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

entry

ZipEntry entry(String name)
Returns a new ZIP entry.


stream

OutputStream stream(ZipEntry entry)
                    throws IOException
Returns an output stream for writing the ZIP entry contents.

Throws:
IOException

TrueUpdate Core 0.5

Copyright © 2013 Schlichtherle IT Services. All rights reserved.