Package | Description |
---|---|
htsjdk.tribble.readers |
Modifier and Type | Method and Description |
---|---|
static LineReaderUtil.LineReaderOption |
LineReaderUtil.LineReaderOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineReaderUtil.LineReaderOption[] |
LineReaderUtil.LineReaderOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LineReader |
LineReaderUtil.fromBufferedStream(InputStream bufferedStream,
LineReaderUtil.LineReaderOption option)
Convenience factory for composing a LineReader from an InputStream.
|
static LineReader |
LineReaderUtil.fromStringReader(StringReader stringReader,
LineReaderUtil.LineReaderOption lineReaderOption) |