public class FrameBodyWORS extends AbstractFrameBodyUrlLink implements ID3v24FrameBody, ID3v23FrameBody
The 'Official internet radio station homepage' contains a URL pointing at the homepage of the internet radio station.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyWORS()
Creates a new FrameBodyWORS datatype.
|
FrameBodyWORS(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyWORS datatype.
|
FrameBodyWORS(FrameBodyWORS body) |
FrameBodyWORS(String urlLink)
Creates a new FrameBodyWORS datatype.
|
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
getUrlLink, getUserFriendlyValue, setupObjectList, setUrlLink, write
createStructure, equals, getSize, read, setSize, setSize
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyWORS()
public FrameBodyWORS(String urlLink)
urlLink
- public FrameBodyWORS(FrameBodyWORS body)
public FrameBodyWORS(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.