org.genepattern.io.expr
Interface IExpressionDataReader
- All Known Implementing Classes:
- CdtReader, GctReader, OdfDatasetReader, ResReader
- public interface IExpressionDataReader
Interface for expression data readers.
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
|
|