|
TrueUpdate Core 0.3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ZipSource | |
|---|---|
| net.java.trueupdate.core.zip.diff | Provides a class to compare two ZIP files entry by entry. |
| net.java.trueupdate.core.zip.io | Provides ZIP I/O services. |
| net.java.trueupdate.core.zip.patch | Provides a class to generate and apply a ZIP patch file. |
| Uses of ZipSource in net.java.trueupdate.core.zip.diff |
|---|
| Methods in net.java.trueupdate.core.zip.diff with parameters of type ZipSource | |
|---|---|
ZipDiff.Builder |
ZipDiff.Builder.input1(ZipSource input1)
|
ZipDiff.Builder |
ZipDiff.Builder.input2(ZipSource input2)
|
| Uses of ZipSource in net.java.trueupdate.core.zip.io |
|---|
| Subinterfaces of ZipSource in net.java.trueupdate.core.zip.io | |
|---|---|
interface |
ZipStore
An abstraction for reading, writing and deleting ZIP data. |
| Classes in net.java.trueupdate.core.zip.io that implement ZipSource | |
|---|---|
class |
JarFileStore
A file based JAR store. |
class |
ZipFileStore
A file based ZIP store. |
| Methods in net.java.trueupdate.core.zip.io with parameters of type ZipSource | |
|---|---|
V |
ZipSources.ExecuteStatement.on(ZipSource source)
|
| Uses of ZipSource in net.java.trueupdate.core.zip.patch |
|---|
| Methods in net.java.trueupdate.core.zip.patch with parameters of type ZipSource | |
|---|---|
ZipPatch.Builder |
ZipPatch.Builder.diff(ZipSource diff)
|
ZipPatch.Builder |
ZipPatch.Builder.input(ZipSource input)
|
|
TrueUpdate Core 0.3 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||