| Modifier and Type | Method and Description |
|---|---|
static Gff3Record |
Gff3Record.valueOf(String value)
Return a new GFF3 record parsed from the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Gff3Record> |
Gff3Reader.read(Readable readable)
Read zero or more GFF3 records from the specified readable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Gff3Listener.record(Gff3Record record)
Notify this GFF3 listener of a GFF3 record.
|
static void |
Gff3Writer.write(Gff3Record record,
PrintWriter writer)
Write the specified GFF3 record with the specified print writer.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Gff3Writer.write(Iterable<Gff3Record> records,
PrintWriter writer)
Write zero or more GFF3 records with the specified print writer.
|
Copyright © 2013–2019 dishevelled.org. All rights reserved.