TrueUpdate Core 0.1.7

@ParametersAreNonnullByDefault @Nonnull

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

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

See:
          Description

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

Exception Summary
InvalidZipPatchFileException 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.1.7

Copyright © 2013 Stimulus Software. All rights reserved.