javax.media.protocol
Interface PullBufferStream

All Superinterfaces:
Controls, SourceStream

public interface PullBufferStream
extends SourceStream

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Field Summary
 
Fields inherited from interface javax.media.protocol.SourceStream
LENGTH_UNKNOWN
 
Method Summary
 Format getFormat()
           
 void read(Buffer buffer)
           
 boolean willReadBlock()
           
 
Methods inherited from interface javax.media.protocol.SourceStream
endOfStream, getContentDescriptor, getContentLength
 
Methods inherited from interface javax.media.Controls
getControl, getControls
 

Method Detail

willReadBlock

boolean willReadBlock()

read

void read(Buffer buffer)
          throws java.io.IOException
Throws:
java.io.IOException

getFormat

Format getFormat()