TrueUpdate Core 0.5

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

All Known Subinterfaces:
ZipStore
All Known Implementing Classes:
JarFileStore, ZipFileStore

public interface ZipSink

An abstraction for writing ZIP files.

Author:
Christian Schlichtherle
See Also:
ZipSource

Method Summary
 ZipOutput output()
          Returns a new ZIP output for writing its entries.
 

Method Detail

output

@CreatesObligation
ZipOutput output()
                 throws IOException
Returns a new ZIP output for writing its entries.

Throws:
IOException

TrueUpdate Core 0.5

Copyright © 2013 Schlichtherle IT Services. All rights reserved.