net.sf.jasperreports.engine.util
Class JRImageSaver

java.lang.Object
  extended bynet.sf.jasperreports.engine.util.JRImageSaver

public class JRImageSaver
extends java.lang.Object

Version:
$Id: JRImageSaver.java,v 1.8 2005/06/27 07:16:52 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
JRImageSaver()
           
 
Method Summary
static void saveImageDataToFile(byte[] imageData, java.io.File file)
           
static void saveImageDataToOutputStream(byte[] imageData, java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRImageSaver

public JRImageSaver()
Method Detail

saveImageDataToFile

public static void saveImageDataToFile(byte[] imageData,
                                       java.io.File file)
                                throws JRException
Throws:
JRException

saveImageDataToOutputStream

public static void saveImageDataToOutputStream(byte[] imageData,
                                               java.io.OutputStream os)
                                        throws JRException
Throws:
JRException


© 2001-2005 JasperSoft Corporation www.jaspersoft.com