Class AbstractResourceData
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.loader.AbstractResourceData
- All Implemented Interfaces:
Serializable,ResourceData
- Direct Known Subclasses:
ClassloaderResourceData,FileObjectResourceData,FileResourceData,URLResourceData,ZipResourceData
Creation-Date: 05.04.2006, 15:24:47
- Author:
- Thomas Morgner
- See Also:
-
Field Summary
Fields inherited from interface org.pentaho.reporting.libraries.resourceloader.ResourceData
CONTENT_LENGTH, CONTENT_TYPE, FILENAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbyte[]getResource(ResourceManager caller) This is dangerous, especially if the resource is large.intgetResource(ResourceManager caller, byte[] target, long offset, int length) Tries to read data into the given byte-array.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.reporting.libraries.resourceloader.ResourceData
getAttribute, getKey, getResourceAsStream, getVersion
-
Constructor Details
-
AbstractResourceData
protected AbstractResourceData()
-
-
Method Details
-
getResource
Description copied from interface:ResourceDataThis is dangerous, especially if the resource is large.- Specified by:
getResourcein interfaceResourceData- Returns:
- Throws:
ResourceLoadingException
-
getLength
public long getLength()- Specified by:
getLengthin interfaceResourceData
-
getResource
public int getResource(ResourceManager caller, byte[] target, long offset, int length) throws ResourceLoadingException Description copied from interface:ResourceDataTries to read data into the given byte-array.- Specified by:
getResourcein interfaceResourceData- Returns:
- the number of bytes read or -1 if no more data can be read.
- Throws:
ResourceLoadingException
-