|
||||||||||
| 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.MapMakerFactory
public class MapMakerFactory
| Constructor Summary | |
|---|---|
MapMakerFactory()
|
|
| Method Summary | |
|---|---|
IBioEntity |
load(java.io.InputStream stream)
|
IBioEntity |
load(java.io.Reader reader)
|
void |
unload(IBioEntity entity,
java.io.OutputStream stream)
|
void |
unload(IBioEntity obj,
java.io.Writer w)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapMakerFactory()
| Method Detail |
|---|
public IBioEntity load(java.io.Reader reader)
throws java.io.IOException
load in class BioEntityFactoryjava.io.IOException
public IBioEntity load(java.io.InputStream stream)
throws java.io.IOException
load in class BioEntityFactoryjava.io.IOException
public void unload(IBioEntity obj,
java.io.Writer w)
throws java.io.IOException
unload in class BioEntityFactoryjava.io.IOException
public void unload(IBioEntity entity,
java.io.OutputStream stream)
throws java.io.IOException
unload in class BioEntityFactoryjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||