Package htsjdk.tribble.readers
Interface LineReader
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
AsciiLineReader,SynchronousLineReader,TabixIteratorLineReader
Interface for line-oriented readers.
-
Method Summary
-
Method Details
-
readLine
- Returns:
- The next "line" from the source. Typically a line is a set of characters terminated by '\n', '\r', or '\r\n'. The line-terminator is not included
- Throws:
IOException
-
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-