Class CachedResource
java.lang.Object
org.apache.camel.support.ResourceSupport
org.apache.camel.support.CachedResource
- All Implemented Interfaces:
org.apache.camel.spi.Resource
A resource which will cache the content of the input stream on first read.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ResourceSupport
equals, getLocation, getScheme, hashCode, toStringMethods inherited from interface org.apache.camel.spi.Resource
getReader, getReader
-
Constructor Details
-
CachedResource
public CachedResource(org.apache.camel.spi.Resource delegate)
-
-
Method Details
-
exists
public boolean exists() -
getURI
-
getURL
- Throws:
MalformedURLException
-
getInputStream
- Throws:
IOException
-