org.genepattern.io.expr.stanford
Class CdtReader
java.lang.Object
org.genepattern.io.AbstractReader
org.genepattern.io.expr.stanford.CdtReader
- All Implemented Interfaces:
- IExpressionDataReader
- public class CdtReader
- extends AbstractReader
- implements IExpressionDataReader
Reader for cdt documents.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CdtReader
public CdtReader()
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
|
|