org.genepattern.io.expr.odf
Class OdfDatasetReader

java.lang.Object
  extended byorg.genepattern.io.AbstractReader
      extended byorg.genepattern.io.expr.odf.OdfDatasetReader
All Implemented Interfaces:
IExpressionDataReader

public class OdfDatasetReader
extends AbstractReader
implements IExpressionDataReader

Reader for odf datasets


Constructor Summary
OdfDatasetReader()
           
 
Method Summary
 boolean canRead(java.io.InputStream in)
           
 java.lang.Object read(java.lang.String fileName, IExpressionDataCreator creator)
           
 
Methods inherited from class org.genepattern.io.AbstractReader
getFileSuffixes, getFormatName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.genepattern.io.expr.IExpressionDataReader
getFileSuffixes, getFormatName
 

Constructor Detail

OdfDatasetReader

public OdfDatasetReader()
Method Detail

canRead

public boolean canRead(java.io.InputStream in)
                throws java.io.IOException
Specified by:
canRead in interface IExpressionDataReader
Throws:
java.io.IOException

read

public java.lang.Object read(java.lang.String fileName,
                             IExpressionDataCreator creator)
                      throws java.io.IOException,
                             ParseException
Specified by:
read in interface IExpressionDataReader
Throws:
java.io.IOException
ParseException


Hosted by docs.bugaco.com