| Package | Description |
|---|---|
| htsjdk.tribble.bed |
| Modifier and Type | Method and Description |
|---|---|
static BEDCodec.StartOffset |
BEDCodec.StartOffset.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BEDCodec.StartOffset[] |
BEDCodec.StartOffset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BEDCodec(BEDCodec.StartOffset startOffset)
BED format is 0-based, but Tribble is 1-based.
|