Package net.sf.jasperreports.repo
Class OutputStreamPersistenceService
java.lang.Object
net.sf.jasperreports.repo.OutputStreamPersistenceService
- All Implemented Interfaces:
PersistenceService
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionload
(String uri, RepositoryService repositoryService) void
save
(Resource resource, String uri, RepositoryService repositoryService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.jasperreports.repo.PersistenceService
load
-
Constructor Details
-
OutputStreamPersistenceService
public OutputStreamPersistenceService()
-
-
Method Details
-
load
- Specified by:
load
in interfacePersistenceService
-
save
- Specified by:
save
in interfacePersistenceService
-