@Deprecated
public class OrdDomainDataSource
extends javax.media.protocol.PullDataSource
| Constructor and Description |
|---|
OrdDomainDataSource(OrdDomainIOInterface domain)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Deprecated.
Connect to the source.
|
void |
debugPrintString(java.lang.String text)
Deprecated.
|
void |
disconnect()
Deprecated.
Disconnect frm the source
|
java.lang.String |
getContentType()
Deprecated.
DataSource Methods
|
java.lang.String |
getContentTypeString()
Deprecated.
|
java.lang.Object |
getControl(java.lang.String controlType)
Deprecated.
|
java.lang.Object[] |
getControls()
Deprecated.
Controls Methods
|
javax.media.Time |
getDuration()
Deprecated.
Duration interface
|
javax.media.protocol.PullSourceStream[] |
getStreams()
Deprecated.
PullDataSource Methods
|
void |
seek(long pos)
Deprecated.
|
void |
start()
Deprecated.
|
void |
stop()
Deprecated.
|
long |
tell()
Deprecated.
|
public OrdDomainDataSource(OrdDomainIOInterface domain)
public java.lang.Object[] getControls()
getControls in interface javax.media.ControlsgetControls in class javax.media.protocol.DataSourcepublic java.lang.Object getControl(java.lang.String controlType)
getControl in interface javax.media.ControlsgetControl in class javax.media.protocol.DataSourcepublic javax.media.Time getDuration()
getDuration in interface javax.media.DurationgetDuration in class javax.media.protocol.DataSourcepublic java.lang.String getContentTypeString()
public java.lang.String getContentType()
getContentType in class javax.media.protocol.DataSourcepublic void connect()
throws java.io.IOException
connect in class javax.media.protocol.DataSourcejava.io.IOExceptionpublic void disconnect()
disconnect in class javax.media.protocol.DataSourcepublic void start()
start in class javax.media.protocol.DataSourcepublic void stop()
throws java.io.IOException
stop in class javax.media.protocol.DataSourcejava.io.IOExceptionpublic void debugPrintString(java.lang.String text)
public javax.media.protocol.PullSourceStream[] getStreams()
getStreams in class javax.media.protocol.PullDataSourcepublic long tell()
public void seek(long pos)