org.genepattern.io.expr
Interface IExpressionDataReader

All Known Implementing Classes:
CdtReader, GctReader, OdfDatasetReader, ResReader

public interface IExpressionDataReader

Interface for expression data readers.


Method Summary
 boolean canRead(java.io.InputStream is)
           
 java.util.List getFileSuffixes()
           
 java.lang.String getFormatName()
           
 java.lang.Object read(java.lang.String pathname, IExpressionDataCreator creator)
           
 

Method Detail

read

public java.lang.Object read(java.lang.String pathname,
                             IExpressionDataCreator creator)
                      throws ParseException,
                             java.io.IOException
Throws:
ParseException
java.io.IOException

getFormatName

public java.lang.String getFormatName()

getFileSuffixes

public java.util.List getFileSuffixes()

canRead

public boolean canRead(java.io.InputStream is)
                throws java.io.IOException
Throws:
java.io.IOException


Hosted by docs.bugaco.com