KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > media > protocol > SourceStream

javax.microedition.media.protocol
Interface SourceStream

All Superinterfaces:
Controllable
See Also:
DataSource

public ContentDescriptor getContentDescriptor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long getContentLength()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getSeekType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getTransferSize()
See Also:
read(byte[], int, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NOT_SEEKABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int RANDOM_ACCESSIBLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long seek(long where)
          throws java.io.IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int SEEKABLE_TO_START
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long tell()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags