|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.metaqtl.bio.entity.factory.BioEntityFactory
org.metaqtl.bio.entity.factory.MapRawFactory
public class MapRawFactory
Constructor Summary | |
---|---|
MapRawFactory()
|
Method Summary | |
---|---|
IBioEntity |
load(java.io.InputStream inputStream)
|
IBioEntity |
load(java.io.Reader reader)
|
void |
unload(IBioEntity entity,
java.io.OutputStream stream)
|
void |
unload(IBioEntity entity,
java.io.Writer writer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapRawFactory()
Method Detail |
---|
public IBioEntity load(java.io.InputStream inputStream) throws java.io.IOException
load
in class BioEntityFactory
inputStream
-
java.io.IOException
public IBioEntity load(java.io.Reader reader) throws java.io.IOException
load
in class BioEntityFactory
java.io.IOException
public void unload(IBioEntity entity, java.io.Writer writer) throws java.io.IOException
unload
in class BioEntityFactory
java.io.IOException
public void unload(IBioEntity entity, java.io.OutputStream stream) throws java.io.IOException
unload
in class BioEntityFactory
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |