public interface Index
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
The file to retrieve from.
|
java.lang.String |
getID()
The ID of the sequence at this position in this file.
|
int |
getLength()
The entry can be slurped out of the file by grabbing length bytes from
start.
|
long |
getStart()
Skipping this number of bytes through the file should put the file pointer
to the first byte of the sequence.
|
java.io.File getFile()
long getStart()
int getLength()
java.lang.String getID()