@Immutable public final class Gfa1Reader extends Object
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Header> |
header(Readable readable)
Read zero or more GFA 1.0 header records from the specified readable.
|
static Iterable<Gfa1Record> |
read(Readable readable)
Read zero or more GFA 1.0 records from the specified readable.
|
static Iterable<Segment> |
segments(Readable readable)
Read zero or more GFA 1.0 segment records from the specified readable.
|
static void |
stream(Readable readable,
Gfa1Listener listener)
Stream zero or more GFA 1.0 records from the specified readable.
|
public static Iterable<Gfa1Record> read(Readable readable) throws IOException
readable - readable to read from, must not be nullIOException - if an I/O error occurspublic static Iterable<Header> header(Readable readable) throws IOException
readable - readable to read from, must not be nullIOException - if an I/O error occurspublic static Iterable<Segment> segments(Readable readable) throws IOException
readable - readable to read from, must not be nullIOException - if an I/O error occurspublic static void stream(Readable readable, Gfa1Listener listener) throws IOException
readable - readable to stream from, must not be nulllistener - event based listener callback, must not be nullIOException - if an I/O error occursCopyright © 2013–2020 dishevelled.org. All rights reserved.