Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.FileResource

java.lang.Object
  extended bycom.ontimize.report.ReportDesigner.FileResource
All Implemented Interfaces:
ReportDesigner.ReportResource, java.io.Serializable
Enclosing class:
ReportDesigner

public static class ReportDesigner.FileResource
extends java.lang.Object
implements ReportDesigner.ReportResource

See Also:
Serialized Form

Field Summary
protected  byte[] bytes
           
protected  java.lang.String name
           
 
Constructor Summary
ReportDesigner.FileResource(java.io.File f)
           
ReportDesigner.FileResource(java.lang.String nameResource, java.io.InputStream input)
           
 
Method Summary
 byte[] getBytes()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytes

protected byte[] bytes

name

protected java.lang.String name
Constructor Detail

ReportDesigner.FileResource

public ReportDesigner.FileResource(java.io.File f)
                            throws java.io.IOException

ReportDesigner.FileResource

public ReportDesigner.FileResource(java.lang.String nameResource,
                                   java.io.InputStream input)
                            throws java.io.IOException
Method Detail

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface ReportDesigner.ReportResource

getName

public java.lang.String getName()
Specified by:
getName in interface ReportDesigner.ReportResource

Ontimize