info.informatica.report
Class ReportOpener

java.lang.Object
  extended by info.informatica.report.ReportOpener
All Implemented Interfaces:
info.informatica.doc.DocumentOpener

public class ReportOpener
extends Object
implements info.informatica.doc.DocumentOpener

Opens a Report from an InputStream.

Author:
amengual at informatica dot info

Constructor Summary
ReportOpener()
           
 
Method Summary
 info.informatica.doc.Document create(InputStream is, String ext, Properties properties)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportOpener

public ReportOpener()
Method Detail

create

public info.informatica.doc.Document create(InputStream is,
                                            String ext,
                                            Properties properties)
                                     throws info.informatica.doc.DocumentFormatException,
                                            IOException
Specified by:
create in interface info.informatica.doc.DocumentOpener
Throws:
info.informatica.doc.DocumentFormatException
IOException