TrueUpdate Core 0.3

@ParametersAreNonnullByDefault @Nonnull

Package net.java.trueupdate.core.zip.patch

Provides a class to generate and apply a ZIP patch file.

See:
          Description

Class Summary
RawZipPatch Applies a ZIP patch file to an input ZIP file and writes an output ZIP file.
ZipPatch Applies a diff archive to an input archive and writes an output archive.
ZipPatch.Builder A builder for a ZIP patch.
 

Exception Summary
InvalidDiffZipFileException Indicates that the integrity of the ZIP patch file has been violated.
MissingZipEntryException Indicates that a ZIP entry is missing.
WrongInputZipFile Indicates that the input ZIP file provided for patching doesn't match the first ZIP file when generating the ZIP patch file.
WrongMessageDigestException Indicates that a computed MessageDigest did not match an expected message digest.
 

Package net.java.trueupdate.core.zip.patch Description

Provides a class to generate and apply a ZIP patch file.

Author:
Christian Schlichtherle

TrueUpdate Core 0.3

Copyright © 2013 Schlichtherle IT Services. All rights reserved.