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

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

Uses of CachedOutputStream in org.backsource.utils.io
 

Subclasses of CachedOutputStream in org.backsource.utils.io
 class ByteCachedOutputStream
          A CachedOutoutStream.
 class DOMCachedOutputStream
          A cached stream that uses a DOMOutputStream.
 class FileCachedOutputStream
          Stream that writes to a file.
 

Methods in org.backsource.utils.io that return CachedOutputStream
 CachedOutputStream ByteCachedStream.getOutputStream()
          Get a CachedOutputStream.
 CachedOutputStream CachedStream.getOutputStream()
          Get a CachedOutputStream.
 CachedOutputStream DOMCachedStream.getOutputStream()
          Get a CachedOutputStream that will write to a DOM tree.
 CachedOutputStream FileCachedStream.getOutputStream()
          Get a CachedOutputStream.
 

Methods in org.backsource.utils.io with parameters of type CachedOutputStream
 CachedInputStream ByteCachedStream.getInputStream(CachedOutputStream cout)
          Get a rewindable input stream from the given CachedOutputStream.
 CachedInputStream CachedStream.getInputStream(CachedOutputStream cout)
          Get a rewindable input stream from the given CacheOutputStream.
 CachedInputStream DOMCachedStream.getInputStream(CachedOutputStream cout)
          Get a rewindable input stream from the given CachedOutputStream.
 CachedInputStream FileCachedStream.getInputStream(CachedOutputStream cout)
          Get a rewindable input stream from the given CachedOutputStream.
 



Copyright © 2000-2004 Backsource. All Rights Reserved.