|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||