Uses of Class
org.backsource.utils.io.CachedStreamFactory

Packages that use CachedStreamFactory
org.backsource.utils.io Stuff to work with io. 
 

Uses of CachedStreamFactory in org.backsource.utils.io
 

Subclasses of CachedStreamFactory in org.backsource.utils.io
 class ByteCachedStreamFactory
          A factory that produces a CachedStream with streams that are cached in memory in a byte array.
 class DOMCachedStreamFactory
          A factory that produces a CachedStream with streams that are cached in a DOM Document.
 class FileCachedStreamFactory
          A factory that produces a CachedStream with streams that are cached in temporary files.
 

Methods in org.backsource.utils.io that return CachedStreamFactory
static CachedStreamFactory CachedStreamFactory.newInstance()
          Get the system configured CachedStreamFactory.
static CachedStreamFactory CachedStreamFactory.newInstance(java.lang.String clazz, boolean reversedOrder)
          Get the possibly locally configured CachedStreamFactory.
 



Copyright © 2000-2004 Backsource. All Rights Reserved.