org.genepattern.io
Class FeatureListReader

java.lang.Object
  extended byorg.genepattern.io.AbstractReader
      extended byorg.genepattern.io.FeatureListReader

public class FeatureListReader
extends AbstractReader

Feature list reader.


Constructor Summary
FeatureListReader()
           
 
Method Summary
 java.util.List read(java.lang.String fileName)
          Gets the list of features contained in the given file
 
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
 

Constructor Detail

FeatureListReader

public FeatureListReader()
Method Detail

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


Hosted by docs.bugaco.com