|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Seekable
A SourceStream will implement this interface
if it is capable of seeking to a particular position in the
stream.
SourceStream| Method Summary | |
|---|---|
boolean |
isRandomAccess()
Find out if this source can position anywhere in the stream. |
long |
seek(long where)
Seek to the specified point in the stream. |
long |
tell()
Obtain the current point in the stream. |
| Method Detail |
|---|
long seek(long where)
where - The position to seek to.
long tell()
boolean isRandomAccess()
true if the stream is random access, false if the stream can only
be reset to the beginning.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||