org.genepattern.io
Class FeatureListReader
java.lang.Object
org.genepattern.io.AbstractReader
org.genepattern.io.FeatureListReader
- public class FeatureListReader
- extends AbstractReader
Feature list reader.
|
Method Summary |
java.util.List |
read(java.lang.String fileName)
Gets the list of features contained in the given file |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureListReader
public FeatureListReader()
read
public java.util.List read(java.lang.String fileName)
throws java.io.IOException
- Gets the list of features contained in the given file
- Parameters:
fileName - The file path
- Returns:
- The feature list
- Throws:
java.io.IOException - If an error occurs while reading the file
|
|