public final class Gff3Reader extends Object
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Gff3Record> |
read(Readable readable)
Read zero or more GFF3 records from the specified readable.
|
static void |
stream(Readable readable,
Gff3Listener listener)
Stream zero or more GFF3 records from the specified readable.
|
public static Iterable<Gff3Record> read(Readable readable) throws IOException
readable - to read from, must not be nullIOException - if an I/O error occurspublic static void stream(Readable readable, Gff3Listener 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–2019 dishevelled.org. All rights reserved.