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(java.lang.String inLine) |
java.util.List<T> |
read(java.io.BufferedReader inFile) |
java.util.List<T> |
read(java.io.File inFile) |
T |
readRecord(java.io.BufferedReader inReader) |
T |
readRecord(java.lang.CharSequence inString) |
java.util.List<T> read(java.io.File inFile) throws SeqIOException
SeqIOException
java.util.List<T> read(java.io.BufferedReader inFile) throws SeqIOException
SeqIOException
T readRecord(java.lang.CharSequence inString) throws SeqIOException
SeqIOException
T readRecord(java.io.BufferedReader inReader) throws SeqIOException
SeqIOException
boolean isEndOfRecord(java.lang.String inLine)
boolean hasJanusDelimiter()
[email protected]