|
|||||||||||
| 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.WCOMUrlLinkID3V2Frame
| Field Summary |
| Fields inherited from class org.blinkenlights.jid3.v2.UrlLinkID3V2Frame |
m_sURL |
| Constructor Summary | |
WCOMUrlLinkID3V2Frame(java.io.InputStream oIS)
|
|
WCOMUrlLinkID3V2Frame(java.lang.String sCommercialInformationUrl)
Constructor. |
|
WCOMUrlLinkID3V2Frame(java.net.URL oCommercialInformationUrl)
Constructor. |
|
| Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
java.lang.String |
getCommercialInformationUrl()
Get the commercial information URL for this track. |
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
void |
setCommercialInformation(java.lang.String sCommercialInformationUrl)
Set commercial information URL for this track. |
void |
setCommercialInformation(java.net.URL oCommercialInformationUrl)
Set commercial information URL for this track. |
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 WCOMUrlLinkID3V2Frame(java.lang.String sCommercialInformationUrl)
throws ID3Exception
sCommercialInformationUrl - URL pointing to commercial information pertaining to this track
ID3Exception - if the URL passed is null
public WCOMUrlLinkID3V2Frame(java.net.URL oCommercialInformationUrl)
throws ID3Exception
oCommercialInformationUrl - URL pointing to commercial information pertaining to this track
ID3Exception - if the URL passed is null
public WCOMUrlLinkID3V2Frame(java.io.InputStream oIS)
throws ID3Exception
| Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor - a visitor of this object
public void setCommercialInformation(java.lang.String sCommercialInformationUrl)
throws ID3Exception
sCommercialInformationUrl - a string containing an URL
ID3Exception - if the URL string passed is null, or if this frame is contained in a tag which already contains
another WCOM frame with the same URL
public void setCommercialInformation(java.net.URL oCommercialInformationUrl)
throws ID3Exception
oCommercialInformationUrl - an URL
ID3Exception - if the URL passed is null, or if this frame is contained in a tag which already contains
another WCOM frame with the same URLpublic java.lang.String getCommercialInformationUrl()
protected byte[] getFrameId()
ID3V2Frame
getFrameId in class ID3V2Framepublic java.lang.String toString()
ID3V2Frame
toString in class ID3V2Framepublic boolean equals(java.lang.Object oOther)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||