TrueUpdate Core 0.1.4

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

Packages that use Source
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.model Provides model classes for use within ZIP patch files. 
 

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

Methods in net.java.trueupdate.core.codec with parameters of type Source
<T> T
JaxbCodec.decode(Source source, Type expected)
           
<T> T
Codec.decode(Source source, Type expected)
          Decodes a nullable object graph from the given source.
 

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.
 class ZipEntrySource
          Reads a ZIP entry from a ZIP file.
 

Methods in net.java.trueupdate.core.io that return Source
static Source Sources.forResource(String name, Class<?> clazz)
          Returns a source which loads the resource with the given name.
static Source Sources.forResource(String name, ClassLoader loader)
          Returns a source which loads the resource with the given name.
static Source Sources.forUrl(URL url)
          Returns a source which loads the entity of the given url.
static Source Sources.input()
          Returns a source which reads from standard input without ever closing it.
static Source Sources.uncloseable(InputStream in)
          Returns a source which reads from the given input stream and ignores any call to the InputStream.close() method of the input stream.
 

Methods in net.java.trueupdate.core.io with parameters of type Source
static void Copy.copy(Source source, Sink sink)
           
 V Sources.ExecuteStatement.on(Source source)
           
 Job<V,X> Sources.BindStatement.to(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.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.1.4

Copyright © 2013 Stimulus Software. All rights reserved.