public abstract class AbstractFrameBodyUrlLink extends AbstractID3v2FrameBody
TYPE_BODY
objectList
logger
Modifier | Constructor and Description |
---|---|
protected |
AbstractFrameBodyUrlLink()
Creates a new FrameBodyUrlLink datatype.
|
protected |
AbstractFrameBodyUrlLink(AbstractFrameBodyUrlLink body)
Copy Constructor
|
protected |
AbstractFrameBodyUrlLink(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyUrlLink datatype.
|
|
AbstractFrameBodyUrlLink(String urlLink)
Creates a new FrameBodyUrlLink datatype., set up with data.
|
Modifier and Type | Method and Description |
---|---|
String |
getUrlLink()
Get URL Link
|
String |
getUserFriendlyValue() |
protected void |
setupObjectList()
Create the list of Datatypes that this body
expects in the correct order This method needs to be implemented by concrete subclasses
|
void |
setUrlLink(String urlLink)
Set URL Link
|
void |
write(ByteArrayOutputStream tagBuffer)
If the description cannot be encoded using the current encoding change the encoder
|
createStructure, equals, getIdentifier, getSize, read, setSize, setSize
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
protected AbstractFrameBodyUrlLink()
protected AbstractFrameBodyUrlLink(AbstractFrameBodyUrlLink body)
body
- public AbstractFrameBodyUrlLink(String urlLink)
urlLink
- protected AbstractFrameBodyUrlLink(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
- if unable to create framebody from bufferpublic String getUserFriendlyValue()
getUserFriendlyValue
in class AbstractTagFrameBody
public void setUrlLink(String urlLink)
urlLink
- public String getUrlLink()
public void write(ByteArrayOutputStream tagBuffer)
write
in class AbstractID3v2FrameBody
protected void setupObjectList()
AbstractTagFrameBody
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.