TrueUpdate Core 0.3

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

Packages that use Source
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 Source in net.java.trueupdate.core.io
 

Subinterfaces of Source 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 Source
 class FileStore
          A file store.
 

Methods in net.java.trueupdate.core.io that return Source
static Source Sources.forResource(String name, ClassLoader loader)
          Returns a source which loads the resource with the given name.
 

Methods in net.java.trueupdate.core.io with parameters of type Source
static void Copy.copy(Source source, Sink sink)
          Copies the data from the given source to the given sink.
 V Sources.ExecuteStatement.on(Source source)
           
static void MessageDigests.updateDigestFrom(MessageDigest digest, Source source)
          Updates the given message digest with the binary data from the given source.
 

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

Classes in net.java.trueupdate.core.zip.io that implement Source
 class ZipEntrySource
          Reads a ZIP entry from a ZIP input.
 

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

Methods in net.java.trueupdate.core.zip.model with parameters of type Source
static DiffModel DiffModel.decodeFromXml(Source source)
          Decodes a diff model from XML.
 


TrueUpdate Core 0.3

Copyright © 2013 Schlichtherle IT Services. All rights reserved.