TrueUpdate Core 0.5

Uses of Interface
net.java.trueupdate.core.zip.io.ZipSource

Packages that use ZipSource
net.java.trueupdate.core.zip.diff Provides a class to compare two input archives entry by entry and generate a delta ZIP file. 
net.java.trueupdate.core.zip.io Provides ZIP I/O services. 
net.java.trueupdate.core.zip.patch Provides classes to apply a delta ZIP file to an input archive and generate an output archive. 
 

Uses of ZipSource in net.java.trueupdate.core.zip.diff
 

Methods in net.java.trueupdate.core.zip.diff with parameters of type ZipSource
 ZipDiff.Builder ZipDiff.Builder.input1(ZipSource input1)
           
 ZipDiff.Builder ZipDiff.Builder.input2(ZipSource input2)
           
 

Uses of ZipSource in net.java.trueupdate.core.zip.io
 

Subinterfaces of ZipSource in net.java.trueupdate.core.zip.io
 interface ZipStore
          An abstraction for reading, writing and deleting ZIP data.
 

Classes in net.java.trueupdate.core.zip.io that implement ZipSource
 class JarFileStore
          A file based JAR store.
 class ZipFileStore
          A file based ZIP store.
 

Methods in net.java.trueupdate.core.zip.io with parameters of type ZipSource
 V ZipSources.ExecuteStatement.on(ZipSource source)
           
 

Uses of ZipSource in net.java.trueupdate.core.zip.patch
 

Methods in net.java.trueupdate.core.zip.patch with parameters of type ZipSource
 ZipPatch.Builder ZipPatch.Builder.delta(ZipSource archive)
           
 ZipPatch.Builder ZipPatch.Builder.input(ZipSource archive)
           
 


TrueUpdate Core 0.5

Copyright © 2013 Schlichtherle IT Services. All rights reserved.