JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
htsjdk.tribble.readers
TabixReader
Iterator
Contents
Description
Method Summary
Method Details
next()
Hide sidebar
Show sidebar
Interface TabixReader.Iterator
Enclosing class:
TabixReader
public static interface
TabixReader.Iterator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
next
()
return null when there is no more data to read
Method Details
next
String
next
() throws
IOException
return null when there is no more data to read
Throws:
IOException