org.biojava.utils.io
public interface Seekable
RandomAccessFile).| Modifier and Type | Method and Description |
|---|---|
void |
seek(long pos)
Moves the pointer in the inputstream such that the byte starting at
pos are returned by the next read. |
void seek(long pos)
throws IOException
pos are returned by the next read.pos - the position to which to seekIOException - when there's an I/O problem