TrueUpdate Core 0.1.4

Uses of Interface
net.java.trueupdate.core.io.Sink

Packages that use Sink
net.java.trueupdate.core.codec Provides object graph encoding/decoding services (alias serialization). 
net.java.trueupdate.core.io Specifies core I/O services. 
net.java.trueupdate.core.zip.diff Provides a class to compare two ZIP files entry by entry. 
net.java.trueupdate.core.zip.model Provides model classes for use within ZIP patch files. 
net.java.trueupdate.core.zip.patch Provides a class to generate and apply a ZIP patch file. 
 

Uses of Sink in net.java.trueupdate.core.codec
 

Methods in net.java.trueupdate.core.codec with parameters of type Sink
 void JaxbCodec.encode(Sink sink, Object obj)
           
 void Codec.encode(Sink sink, Object obj)
          Encodes a nullable object graph to the given sink.
 

Uses of Sink in net.java.trueupdate.core.io
 

Subinterfaces of Sink in net.java.trueupdate.core.io
 interface Store
          An abstraction for reading, writing and deleting binary data.
 

Classes in net.java.trueupdate.core.io that implement Sink
 class FileStore
          A file store.
 class ZipEntrySink
          Writes a ZIP entry to a ZIP output stream.
 

Methods in net.java.trueupdate.core.io that return Sink
static Sink Sinks.error()
          Returns a sink which writes to standard error without ever closing it.
static Sink Sinks.output()
          Returns a sink which writes to standard output without ever closing it.
static Sink Sinks.uncloseable(OutputStream out)
          Returns a sink which writes to the given output stream and just flushes the output stream instead of closing it.
 

Methods in net.java.trueupdate.core.io with parameters of type Sink
static void Copy.copy(Source source, Sink sink)
           
 V Sinks.ExecuteStatement.on(Sink sink)
           
 Job<V,X> Sinks.BindStatement.to(Sink sink)
           
 

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

Methods in net.java.trueupdate.core.zip.diff with parameters of type Sink
 void ZipDiff.writePatchZipTo(Sink patchZip)
          Writes a patch ZIP file to the given sink.
 

Uses of Sink in net.java.trueupdate.core.zip.model
 

Methods in net.java.trueupdate.core.zip.model with parameters of type Sink
 void DiffModel.encodeToXml(Sink sink)
          Encodes this diff model to XML.
 

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

Methods in net.java.trueupdate.core.zip.patch with parameters of type Sink
 void ZipPatch.applyPatchZipTo(Sink outputZip)
          Applies the configured patch ZIP file.
 


TrueUpdate Core 0.1.4

Copyright © 2013 Stimulus Software. All rights reserved.