javax.microedition.media.protocol
Interface SourceStream
- All Superinterfaces:
- Controllable
public interface SourceStream
- extends Controllable
NOT_SEEKABLE
static final int NOT_SEEKABLE
- See Also:
- Constant Field Values
SEEKABLE_TO_START
static final int SEEKABLE_TO_START
- See Also:
- Constant Field Values
RANDOM_ACCESSIBLE
static final int RANDOM_ACCESSIBLE
- See Also:
- Constant Field Values
getContentDescriptor
ContentDescriptor getContentDescriptor()
getContentLength
long getContentLength()
read
int read(byte[] arg1,
int arg2,
int arg3)
throws IOException
- Throws:
IOException
getTransferSize
int getTransferSize()
seek
long seek(long arg1)
throws IOException
- Throws:
IOException
tell
long tell()
getSeekType
int getSeekType()
Copyright © 2006-2007 Jayway AB. All Rights Reserved.