javax.microedition.media.protocol
Interface SourceStream

All Superinterfaces:
Controllable

public interface SourceStream
extends Controllable


Field Summary
static int NOT_SEEKABLE
           
static int RANDOM_ACCESSIBLE
           
static int SEEKABLE_TO_START
           
 
Method Summary
 ContentDescriptor getContentDescriptor()
           
 long getContentLength()
           
 int getSeekType()
           
 int getTransferSize()
           
 int read(byte[] arg1, int arg2, int arg3)
           
 long seek(long arg1)
           
 long tell()
           
 
Methods inherited from interface javax.microedition.media.Controllable
getControl, getControls
 

Field Detail

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
Method Detail

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.