public interface ReadableSeqFormat<T extends BioSequence>
Modifier and Type | Method and Description |
---|---|
boolean |
hasJanusDelimiter()
A format has a Janus delimiter if the line that indicates that the previous record is over is also part of the
next record.
|
boolean |
isEndOfRecord(String inLine) |
List<T> |
read(BufferedReader inFile) |
List<T> |
read(File inFile) |
T |
readRecord(BufferedReader inReader) |
T |
readRecord(CharSequence inString) |
List<T> read(File inFile) throws SeqIOException
SeqIOException
List<T> read(BufferedReader inFile) throws SeqIOException
SeqIOException
T readRecord(CharSequence inString) throws SeqIOException
SeqIOException
T readRecord(BufferedReader inReader) throws SeqIOException
SeqIOException
boolean isEndOfRecord(String inLine)
boolean hasJanusDelimiter()