TrueUpdate Core 0.5

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

Packages that use ZipSink
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 ZipSink in net.java.trueupdate.core.zip.diff
 

Methods in net.java.trueupdate.core.zip.diff with parameters of type ZipSink
abstract  void ZipDiff.output(ZipSink sink)
           
 

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

Subinterfaces of ZipSink 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 ZipSink
 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 ZipSink
 V ZipSinks.ExecuteStatement.on(ZipSink sink)
           
 

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

Methods in net.java.trueupdate.core.zip.patch with parameters of type ZipSink
abstract  void ZipPatch.output(ZipSink sink)
           
 


TrueUpdate Core 0.5

Copyright © 2013 Schlichtherle IT Services. All rights reserved.