TrueUpdate Core 0.4

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 ZIP files entry by entry. 
net.java.trueupdate.core.zip.io Provides ZIP I/O services. 
net.java.trueupdate.core.zip.patch Provides a class to generate and apply a ZIP patch file. 
 

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 diff)
          Writes the diff archive.
 

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 diff archive.
 


TrueUpdate Core 0.4

Copyright © 2013 Schlichtherle IT Services. All rights reserved.