Class FileResourceData
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.loader.AbstractResourceData
org.pentaho.reporting.libraries.resourceloader.loader.file.FileResourceData
- All Implemented Interfaces:
Serializable
,ResourceData
A simple file reader. This class, as all core implementation, does not hold any references to the data read from the
file. Caching is left to the cache provider.
- Author:
- Thomas Morgner
- See Also:
-
Field Summary
Fields inherited from interface org.pentaho.reporting.libraries.resourceloader.ResourceData
CONTENT_LENGTH, CONTENT_TYPE, FILENAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String attrkey) getKey()
getResourceAsStream
(ResourceManager caller) long
getVersion
(ResourceManager caller) Methods inherited from class org.pentaho.reporting.libraries.resourceloader.loader.AbstractResourceData
getLength, getResource, getResource
-
Constructor Details
-
FileResourceData
- Throws:
ResourceLoadingException
-
-
Method Details
-
getResourceAsStream
- Throws:
ResourceLoadingException
-
getAttribute
-
getVersion
- Throws:
ResourceLoadingException
-
getKey
-