public class FrameBodyWPUB extends AbstractFrameBodyUrlLink implements ID3v24FrameBody, ID3v23FrameBody
The 'Publishers official webpage' frame is a URL pointing at the official wepage for the publisher.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyWPUB()
Creates a new FrameBodyWPUB datatype.
|
FrameBodyWPUB(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyWPUB datatype.
|
FrameBodyWPUB(FrameBodyWPUB body) |
FrameBodyWPUB(String urlLink)
Creates a new FrameBodyWPUB 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 FrameBodyWPUB()
public FrameBodyWPUB(String urlLink)
urlLink
- public FrameBodyWPUB(FrameBodyWPUB body)
public FrameBodyWPUB(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- IOException
InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.