FileDocCategorySizeDatePackage
SourceTransferHandler.javaAPI DocJMF 2.1.1e1074Mon May 12 12:20:42 BST 2003javax.media.protocol

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
Seekable
see
javax.media.DataSink
see
PushSourceStream
version
1.3, 02/08/21.

Fields Summary
Constructors Summary
Methods Summary
public voidtransferData(javax.media.protocol.PushSourceStream stream)
Transfer new data from a PushSourceStream.

param
stream The stream that is providing the data.