| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Seekable
Stream that permits seeking.
| Method Summary | |
|---|---|
 long | 
getPos()
Return the current offset from the start of the file  | 
 void | 
seek(long pos)
Seek to the given offset from the start of the file.  | 
 boolean | 
seekToNewSource(long targetPos)
Seeks a different copy of the data.  | 
| Method Detail | 
|---|
void seek(long pos)
          throws IOException
IOException
long getPos()
            throws IOException
IOException
boolean seekToNewSource(long targetPos)
                        throws IOException
IOException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||