net.sf.jasperreports.engine.util
Class JRSaver
java.lang.Object
net.sf.jasperreports.engine.util.JRSaver
public final class JRSaver
- extends Object
- Version:
- $Id: JRSaver.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
saveObject
public static void saveObject(Object obj,
String fileName)
throws JRException
- Throws:
JRException
saveObject
public static void saveObject(Object obj,
File file)
throws JRException
- Throws:
JRException
saveObject
public static void saveObject(Object obj,
OutputStream os)
throws JRException
- Throws:
JRException
saveClassSource
public static void saveClassSource(String source,
File file)
throws JRException
- Throws:
JRException
Copyright © 2012. All Rights Reserved.