|
TrueUpdate Core 0.4 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ZipInput | |
|---|---|
| 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 ZipInput in net.java.trueupdate.core.zip.diff |
|---|
| Methods in net.java.trueupdate.core.zip.diff that return ZipInput | |
|---|---|
protected abstract ZipInput |
RawZipDiff.input1()
Returns the first input archive. |
protected abstract ZipInput |
RawZipDiff.input2()
Returns the second input archive. |
| Uses of ZipInput in net.java.trueupdate.core.zip.io |
|---|
| Classes in net.java.trueupdate.core.zip.io that implement ZipInput | |
|---|---|
class |
ZipFileAdapter
Adapts a ZipFile to a ZipInput. |
| Methods in net.java.trueupdate.core.zip.io that return ZipInput | |
|---|---|
ZipInput |
ZipSource.input()
Returns a new ZIP input for reading its entries. |
ZipInput |
ZipFileStore.input()
|
ZipInput |
JarFileStore.input()
|
| Methods in net.java.trueupdate.core.zip.io with parameters of type ZipInput | |
|---|---|
V |
ZipInputTask.execute(ZipInput resource)
|
| Constructors in net.java.trueupdate.core.zip.io with parameters of type ZipInput | |
|---|---|
ZipEntrySource(ZipEntry entry,
ZipInput input)
|
|
| Uses of ZipInput in net.java.trueupdate.core.zip.patch |
|---|
| Methods in net.java.trueupdate.core.zip.patch that return ZipInput | |
|---|---|
protected abstract ZipInput |
RawZipPatch.diff()
Returns the diff archive. |
protected abstract ZipInput |
RawZipPatch.input()
Returns the input archive. |
|
TrueUpdate Core 0.4 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||