javax.media.protocol
Interface PullSourceStream

All Superinterfaces:
Controls, SourceStream

public interface PullSourceStream
extends SourceStream


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.protocol.Controls
getControl, getControls
 

Method Detail

willReadBlock

boolean willReadBlock()

read

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