TrueUpdate Core 0.5

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

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

Methods in net.java.trueupdate.core.zip.diff with parameters of type ZipOutput
 void RawZipDiff.output(ZipOutput delta)
          Writes the delta ZIP file.
 

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

Classes in net.java.trueupdate.core.zip.io that implement ZipOutput
 class JarOutputStreamAdapter
          Adapts a JarOutputStream to a ZipOutput.
 class ZipOutputStreamAdapter
          Adapts a ZipOutputStream to a ZipOutput.
 

Methods in net.java.trueupdate.core.zip.io that return ZipOutput
 ZipOutput ZipSink.output()
          Returns a new ZIP output for writing its entries.
 ZipOutput ZipFileStore.output()
           
 ZipOutput JarFileStore.output()
           
 

Methods in net.java.trueupdate.core.zip.io with parameters of type ZipOutput
 V ZipOutputTask.execute(ZipOutput resource)
           
 

Constructors in net.java.trueupdate.core.zip.io with parameters of type ZipOutput
ZipEntrySink(ZipEntry entry, ZipOutput output)
           
 

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

Methods in net.java.trueupdate.core.zip.patch with parameters of type ZipOutput
 void RawZipPatch.output(ZipOutput output)
          Applies the configured delta ZIP archive.
 


TrueUpdate Core 0.5

Copyright © 2013 Schlichtherle IT Services. All rights reserved.