org.backsource.utils.io
Class DOMCachedStreamFactory

java.lang.Object
  extended byorg.backsource.utils.lang.Factory
      extended byorg.backsource.utils.io.CachedStreamFactory
          extended byorg.backsource.utils.io.DOMCachedStreamFactory

public class DOMCachedStreamFactory
extends CachedStreamFactory

A factory that produces a CachedStream with streams that are cached in a DOM Document.

Version:
$Revision: 1.1.1.1 $
Author:
Peter Antman

Field Summary
 
Fields inherited from class org.backsource.utils.io.CachedStreamFactory
FACTORY_PROPERTY
 
Constructor Summary
DOMCachedStreamFactory()
           
 
Method Summary
 CachedStream getCachedStream()
          Get the CachedStream implementation.
 
Methods inherited from class org.backsource.utils.io.CachedStreamFactory
newInstance, newInstance
 
Methods inherited from class org.backsource.utils.lang.Factory
findInstance, getProperty, jarService, jarService, list, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMCachedStreamFactory

public DOMCachedStreamFactory()
Method Detail

getCachedStream

public CachedStream getCachedStream()
Get the CachedStream implementation.

Specified by:
getCachedStream in class CachedStreamFactory


Copyright © 2000-2004 Backsource. All Rights Reserved.