|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.thalia.bio.entity.factory.BioEntityFactory
org.thalia.bio.entity.factory.MapChartFactory
public class MapChartFactory
General comments must be added here.
Constructor Summary | |
---|---|
MapChartFactory()
|
Method Summary | |
---|---|
IBioEntity |
load(java.io.InputStream stream)
TODO (non-Javadoc) |
IBioEntity |
load(java.io.Reader reader)
TODO (non-Javadoc) |
void |
unload(IBioEntity obj,
java.io.OutputStream stream)
TODO (non-Javadoc) |
void |
unload(IBioEntity obj,
java.io.Writer w)
TODO (non-Javadoc) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapChartFactory()
Method Detail |
---|
public IBioEntity load(java.io.Reader reader) throws java.io.IOException
load
in class BioEntityFactory
java.io.IOException
org.thalia.core.runtime.ITiedPluginFactory#load(java.io.Reader)
public IBioEntity load(java.io.InputStream stream) throws java.io.IOException
load
in class BioEntityFactory
java.io.IOException
org.thalia.core.runtime.ITiedPluginFactory#load(java.io.InputStream)
public void unload(IBioEntity obj, java.io.Writer w) throws java.io.IOException
unload
in class BioEntityFactory
java.io.IOException
org.thalia.core.runtime.ITiedPluginFactory#unload(java.lang.Object,
java.io.Writer)
public void unload(IBioEntity obj, java.io.OutputStream stream) throws java.io.IOException
unload
in class BioEntityFactory
java.io.IOException
org.thalia.core.runtime.ITiedPluginFactory#unload(java.lang.Object,
java.io.OutputStream)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |