TrueUpdate Core 0.3

Uses of Class
net.java.trueupdate.core.zip.patch.ZipPatch.Builder

Packages that use ZipPatch.Builder
net.java.trueupdate.core.zip.patch Provides a class to generate and apply a ZIP patch file. 
 

Uses of ZipPatch.Builder in net.java.trueupdate.core.zip.patch
 

Methods in net.java.trueupdate.core.zip.patch that return ZipPatch.Builder
static ZipPatch.Builder ZipPatch.builder()
          Returns a new builder for a ZIP patch.
 ZipPatch.Builder ZipPatch.Builder.diff(File file)
           
 ZipPatch.Builder ZipPatch.Builder.diff(ZipSource diff)
           
 ZipPatch.Builder ZipPatch.Builder.input(File file)
           
 ZipPatch.Builder ZipPatch.Builder.input(ZipSource input)
           
 


TrueUpdate Core 0.3

Copyright © 2013 Schlichtherle IT Services. All rights reserved.