TrueUpdate Core 0.4

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

Packages that use Sink
net.java.trueupdate.core.io Provides core I/O services. 
net.java.trueupdate.core.zip.io Provides ZIP I/O services. 
net.java.trueupdate.core.zip.model Provides model classes for use within ZIP patch files. 
 

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.
 

Methods in net.java.trueupdate.core.io with parameters of type Sink
static void Copy.copy(Source source, Sink sink)
          Copies the data from the given source to the given sink.
 V Sinks.ExecuteStatement.on(Sink sink)
           
 

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

Classes in net.java.trueupdate.core.zip.io that implement Sink
 class ZipEntrySink
          Writes a ZIP entry to a ZIP output.
 

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.
 


TrueUpdate Core 0.4

Copyright © 2013 Schlichtherle IT Services. All rights reserved.