Package | Description |
---|---|
htsjdk.samtools | |
htsjdk.samtools.util |
Modifier and Type | Method and Description |
---|---|
SAMFileHeader |
SAMTextHeaderCodec.decode(LineReader reader,
java.lang.String source)
Reads text SAM header and converts to a SAMFileHeader object.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedLineReader
Implementation of LineReader that is a thin wrapper around BufferedReader.
|
class |
StringLineReader
Implementation of LineReader that gets its input from a String.
|