javax.media.protocol
Interface SourceStream

All Superinterfaces:
Controls
All Known Subinterfaces:
PullSourceStream, PushSourceStream

public interface SourceStream
extends Controls


Field Summary
static long LENGTH_UNKNOWN
           
 
Method Summary
 boolean endOfStream()
           
 ContentDescriptor getContentDescriptor()
           
 long getContentLength()
           
 
Methods inherited from interface javax.media.protocol.Controls
getControl, getControls
 

Field Detail

LENGTH_UNKNOWN

static final long LENGTH_UNKNOWN
See Also:
Constant Field Values
Method Detail

getContentDescriptor

ContentDescriptor getContentDescriptor()

getContentLength

long getContentLength()

endOfStream

boolean endOfStream()