Uses of Interface
javax.media.protocol.SourceStream

Packages that use SourceStream
javax.media.protocol   
 

Uses of SourceStream in javax.media.protocol
 

Subinterfaces of SourceStream in javax.media.protocol
 interface PullBufferStream
          Abstracts a read interface that data is pulled from in the form of Buffer objects This interface allows a sourcestream to transfer data in the form of an entire media chunk to the user of this sourcestream.
 interface PullSourceStream
          Abstracts a read interface that data is pulled from.
 interface PushBufferStream
          Abstracts a read interface that pushes data in the form of Buffer objects This interface allows a source stream to transfer data in the form of an entire media chunk to the user of this source stream.
 interface PushSourceStream
           
 

Classes in javax.media.protocol that implement SourceStream
 class InputSourceStream
          Build a source stream out of an input stream.
(package private)  class URLDataSource.URLSourceStream
          Create a PullSourceStream from a URLConnection.