@Immutable public final class Gfa2Reader extends Object
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Gfa2Record> |
read(Readable readable)
Read zero or more GFA 2.0 records from the specified readable.
|
static void |
stream(Readable readable,
Gfa2Listener listener)
Stream zero or more GFA 2.0 records from the specified readable.
|
public static Iterable<Gfa2Record> read(Readable readable) throws IOException
readable - to read from, must not be nullIOException - if an I/O error occurspublic static void stream(Readable readable, Gfa2Listener 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.