|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blinkenlights.jid3.v2.ID3V2Frame
org.blinkenlights.jid3.v2.UrlLinkID3V2Frame
org.blinkenlights.jid3.v2.WORSUrlLinkID3V2Frame
Field Summary |
Fields inherited from class org.blinkenlights.jid3.v2.UrlLinkID3V2Frame |
m_sURL |
Constructor Summary | |
WORSUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
WORSUrlLinkID3V2Frame(java.lang.String sOfficialInternetRadioStationUrl)
Constructor. |
|
WORSUrlLinkID3V2Frame(java.net.URL oOfficialInternetRadioStationUrl)
Constructor. |
Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
java.lang.String |
getOfficialInternetRadioStationWebPage()
Get the official internet radio station web page URL from which this track originated. |
void |
setOfficialInternetRadioStationWebPage(java.lang.String sOfficialInternetRadioStationUrl)
Set official internet radio station web page URL from which this track originated. |
void |
setOfficialInternetRadioStationWebPage(java.net.URL oOfficialInternetRadioStationUrl)
Set official internet radio station web page URL from which this track originated. |
java.lang.String |
toString()
Represent the contents of this frame as a string. |
Methods inherited from class org.blinkenlights.jid3.v2.UrlLinkID3V2Frame |
writeBody |
Methods inherited from class org.blinkenlights.jid3.v2.ID3V2Frame |
addID3Observer, getEncryptionMethod, isEncrypted, notifyID3Observers, removeID3Observer, setCompressionFlag, setEncryption, setFileAlterPreservationFlag, setGroupingIdentityFlag, setReadOnlyFlag, setTagAlterPreservationFlag, write, writeHeader |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WORSUrlLinkID3V2Frame(java.lang.String sOfficialInternetRadioStationUrl) throws ID3Exception
sOfficialInternetRadioStationUrl
- URL pointing to the official internet radio station from which this
track originated
ID3Exception
- if the URL passed is nullpublic WORSUrlLinkID3V2Frame(java.net.URL oOfficialInternetRadioStationUrl) throws ID3Exception
oOfficialInternetRadioStationUrl
- URL pointing to the official internet radio station from which this
track originated
ID3Exception
- if the URL passed is nullpublic WORSUrlLinkID3V2Frame(java.io.InputStream oIS) throws ID3Exception
Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor
- a visitor of this objectpublic void setOfficialInternetRadioStationWebPage(java.lang.String sOfficialInternetRadioStationUrl)
sOfficialInternetRadioStationUrl
- a string containing an URLpublic void setOfficialInternetRadioStationWebPage(java.net.URL oOfficialInternetRadioStationUrl)
oOfficialInternetRadioStationUrl
- an URLpublic java.lang.String getOfficialInternetRadioStationWebPage()
protected byte[] getFrameId()
ID3V2Frame
getFrameId
in class ID3V2Frame
public java.lang.String toString()
ID3V2Frame
toString
in class ID3V2Frame
public boolean equals(java.lang.Object oOther)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |