public interface Index
Modifier and Type | Method and Description |
---|---|
File |
getFile()
The file to retrieve from.
|
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.
|
long getStart()
int getLength()
Copyright © 2014 BioJava. All rights reserved.