|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccs.audio.URLTrack
public class URLTrack
A Track which is accessed via a URL.
Constructor Summary | |
---|---|
URLTrack(java.net.URL srcu)
A UrlTrack with an implicit title from the URL itself. |
|
URLTrack(java.net.URL srcu,
java.lang.String title)
A UrlTrack with an explicit title (eg. from a playlist file). |
Method Summary | |
---|---|
java.lang.String |
getTitle()
|
java.io.InputStream |
openStream()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLTrack(java.net.URL srcu)
public URLTrack(java.net.URL srcu, java.lang.String title)
Method Detail |
---|
public java.lang.String getTitle()
getTitle
in interface Track
public java.io.InputStream openStream() throws java.io.IOException
openStream
in interface Track
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |