javax.media.protocol
Interface SourceTransferHandler


public interface SourceTransferHandler

Implements the callback from a PushSourceStream. In JMF 2.0, if a transfer handler is contained in a DataSink, it can implement the Seekable interface if it wishes to be seekable.

See Also:
Seekable, DataSink, PushSourceStream

Method Summary
 void transferData(PushSourceStream stream)
          Transfer new data from a PushSourceStream.
 

Method Detail

transferData

public void transferData(PushSourceStream stream)
Transfer new data from a PushSourceStream.
Parameters:
stream - The stream that is providing the data.


Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.