javax.media.protocol
Interface PullSourceStream

All Superinterfaces:
Controls, SourceStream
All Known Implementing Classes:
InputSourceStream

public interface PullSourceStream
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
 int read(byte[] buffer, int offset, int length)
           
 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

int read(byte[] buffer,
         int offset,
         int length)
         throws java.io.IOException
Throws:
java.io.IOException