Package htsjdk.tribble.readers
package htsjdk.tribble.readers
-
ClassDescriptionA simple class that provides
AsciiLineReader.readLine()functionality around a PositionalBufferedStreamBufferedReaderand itsBufferedReader.readLine()method should be used in preference to this class (when theLocationAwarefunctionality is not required) because it offers greater performance.A class that iterates over the lines and line positions in anAsciiLineReader.A very simple descriptor for line-iterables.A simple iterator over the elements in LineReader.Interface for line-oriented readers.A variant ofBufferedReaderwith improved performance reading files with long lines.Minimal interface for an object at support getting the current position in the stream / writer / file, as well as a handful of other reader-like features.A wrapper around anInputStreamwhich performs it's own buffering, and keeps track of the position.Implementation ofLineReaderthat reads lines directly from the underlying stream or reader.