|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unc.csbio.util.FaReader
public class FaReader
this class is for reading data from a fasta file with provided starting and end position
Constructor Summary | |
---|---|
FaReader()
|
Method Summary | |
---|---|
static java.lang.String |
getData(java.lang.String filename,
int start,
int end)
this method is for getting data within start and end position |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FaReader()
Method Detail |
---|
public static java.lang.String getData(java.lang.String filename, int start, int end) throws java.io.IOException
filename
- file name of fasta filestart
- start positionend
- end position
java.io.IOException
- if an input or output exception occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |