TrueUpdate Core 0.5

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

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

public interface ZipSource

An abstraction for reading ZIP files.

Author:
Christian Schlichtherle
See Also:
ZipSink

Method Summary
 ZipInput input()
          Returns a new ZIP input for reading its entries.
 

Method Detail

input

@CreatesObligation
ZipInput input()
               throws IOException
Returns a new ZIP input for reading its entries.

Throws:
IOException

TrueUpdate Core 0.5

Copyright © 2013 Schlichtherle IT Services. All rights reserved.