|
TrueUpdate Core 0.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.trueupdate.core.zip.io.ZipFileStore
public class ZipFileStore
A file based ZIP store.
| Constructor Summary | |
|---|---|
ZipFileStore(File file)
|
|
| Method Summary | |
|---|---|
void |
delete()
Deletes the ZIP data. |
boolean |
exists()
Returns true if and only if the ZIP data exists. |
ZipInput |
input()
Returns a new ZIP input for reading its entries. |
ZipOutput |
output()
Returns a new ZIP output for writing its entries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipFileStore(File file)
| Method Detail |
|---|
public void delete()
throws IOException
ZipStore
delete in interface ZipStoreIOExceptionpublic boolean exists()
ZipStoretrue if and only if the ZIP data exists.
exists in interface ZipStore
public ZipInput input()
throws IOException
ZipSource
input in interface ZipSourceIOException
public ZipOutput output()
throws IOException
ZipSink
output in interface ZipSinkIOException
|
TrueUpdate Core 0.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||