|
TrueUpdate Core 0.3 | ||||||||
| 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 ZIP patch file to an input ZIP file and writes an output ZIP file.
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 |
diff()
Returns the diff archive. |
protected abstract ZipInput |
input()
Returns the input archive. |
void |
output(ZipOutput output)
Applies the configured diff 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 diff()
@WillNotClose protected abstract ZipInput input()
public void output(@WillNotClose
ZipOutput output)
throws IOException
IOException
|
TrueUpdate Core 0.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||