File
Doc
Category
Size
Date
Package
SourceStream.java
API Doc
phoneME MR2 API (J2ME)
1565
Wed May 02 16:47:16 BST 2007
com.sun.mmedia.protocol
SourceStream
public interface SourceStream implements javax.microedition.media.Controllable
Fields Summary
int
NOT_SEEKABLE
int
SEEKABLE_TO_START
int
RANDOM_ACCESSIBLE
Constructors Summary
Methods Summary
public
ContentDescriptor
getContentDescriptor
()
public
long
getContentLength
()
public
int
getSeekType
()
public
int
getTransferSize
()
public
int
read
(
byte[]
b,
int
off,
int
len)
public
long
seek
(
long
where)
public
long
tell
()
Java Code Source