Uses of Class
org.dishevelled.bio.feature.bed.BedRecord
-
Packages that use BedRecord Package Description org.dishevelled.bio.feature.bed Sequence features in BED format. -
-
Uses of BedRecord in org.dishevelled.bio.feature.bed
Methods in org.dishevelled.bio.feature.bed that return BedRecord Modifier and Type Method Description static BedRecordBedRecord. valueOf(String value)Return a new BED record parsed from the specified value.Methods in org.dishevelled.bio.feature.bed that return types with arguments of type BedRecord Modifier and Type Method Description static Iterable<BedRecord>BedReader. read(Readable readable)Read zero or more BED records from the specified readable.Methods in org.dishevelled.bio.feature.bed with parameters of type BedRecord Modifier and Type Method Description booleanBedListener. record(BedRecord record)Notify this BED listener of a BED record.static voidBedWriter. write(BedRecord record, PrintWriter writer)Write the specified BED record with the specified print writer.Method parameters in org.dishevelled.bio.feature.bed with type arguments of type BedRecord Modifier and Type Method Description static voidBedWriter. write(Iterable<BedRecord> records, PrintWriter writer)Write zero or more BED records with the specified print writer.
-