public class FrameBodyWCOP extends AbstractFrameBodyUrlLink implements ID3v24FrameBody, ID3v23FrameBody
The 'Copyright/Legal information' frame is a URL pointing at a webpage where the terms of use and ownership of the file is described.
For more details, please refer to the ID3 specifications:
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyWCOP()
Creates a new FrameBodyWCOP datatype.
|
FrameBodyWCOP(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyWCOP datatype.
|
FrameBodyWCOP(FrameBodyWCOP body) |
FrameBodyWCOP(String urlLink)
Creates a new FrameBodyWCOP 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 FrameBodyWCOP()
public FrameBodyWCOP(String urlLink)
urlLink
- public FrameBodyWCOP(FrameBodyWCOP body)
public FrameBodyWCOP(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.