javax.media.protocol
Interface Seekable


public interface Seekable


Method Summary
 boolean isRandomAccess()
           
 long seek(long where)
           
 long tell()
           
 

Method Detail

seek

long seek(long where)

tell

long tell()

isRandomAccess

boolean isRandomAccess()