Uses of Interface
org.dishevelled.bio.feature.bed.BedListener
-
Packages that use BedListener Package Description org.dishevelled.bio.feature.bed Sequence features in BED format. -
-
Uses of BedListener in org.dishevelled.bio.feature.bed
Methods in org.dishevelled.bio.feature.bed with parameters of type BedListener Modifier and Type Method Description static voidBedReader. stream(Readable readable, BedListener listener)Stream zero or more BED records from the specified readable.
-