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
Method Summary |
int |
read(byte[] buffer,
int offset,
int length)
|
boolean |
willReadBlock()
|
willReadBlock
boolean willReadBlock()
read
int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
- Throws:
java.io.IOException