|
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.patch.RawZipPatch
@ThreadSafe public abstract class RawZipPatch
Applies a delta ZIP file to an input archive and generates an output archive.
Archives may be ZIP, JAR, EAR or WAR files.
This class requires you to implement its ZipFile properties.
| Constructor Summary | |
|---|---|
RawZipPatch()
|
|
| Method Summary | |
|---|---|
protected abstract ZipInput |
delta()
Returns the delta ZIP archive. |
protected abstract ZipInput |
input()
Returns the input archive. |
void |
output(ZipOutput output)
Applies the configured delta ZIP archive. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RawZipPatch()
| Method Detail |
|---|
@WillNotClose protected abstract ZipInput delta()
@WillNotClose protected abstract ZipInput input()
public void output(@WillNotClose
ZipOutput output)
throws IOException
IOException
|
TrueUpdate Core 0.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||