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