TrueUpdate Core 0.5

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

All Superinterfaces:
ZipSink, ZipSource
All Known Implementing Classes:
JarFileStore, ZipFileStore

public interface ZipStore
extends ZipSource, ZipSink

An abstraction for reading, writing and deleting ZIP data.

Author:
Christian Schlichtherle

Method Summary
 void delete()
          Deletes the ZIP data.
 boolean exists()
          Returns true if and only if the ZIP data exists.
 
Methods inherited from interface net.java.trueupdate.core.zip.io.ZipSource
input
 
Methods inherited from interface net.java.trueupdate.core.zip.io.ZipSink
output
 

Method Detail

delete

void delete()
            throws IOException
Deletes the ZIP data.

Throws:
IOException

exists

boolean exists()
Returns true if and only if the ZIP data exists.


TrueUpdate Core 0.5

Copyright © 2013 Schlichtherle IT Services. All rights reserved.