baobab.bio.util
Class FastaUtil

java.lang.Object
  extended by baobab.bio.util.FastaUtil

public class FastaUtil
extends java.lang.Object


Constructor Summary
FastaUtil()
           
 
Method Summary
static java.lang.String getSubstring(java.io.InputStream stream, int first, int last)
           
static java.lang.String getSubstring(java.io.InputStreamReader input, int first, int last)
           
static java.lang.String getSubstring(java.lang.String fileName, int first, int last)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastaUtil

public FastaUtil()
Method Detail

getSubstring

public static java.lang.String getSubstring(java.io.InputStream stream,
                                            int first,
                                            int last)
                                     throws java.io.IOException
Throws:
java.io.IOException

getSubstring

public static java.lang.String getSubstring(java.lang.String fileName,
                                            int first,
                                            int last)
                                     throws java.io.IOException
Throws:
java.io.IOException

getSubstring

public static java.lang.String getSubstring(java.io.InputStreamReader input,
                                            int first,
                                            int last)
                                     throws java.io.IOException
Throws:
java.io.IOException