public class FrameBodyIPLS extends AbstractFrameBodyPairs implements ID3v23FrameBody
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyIPLS()
Creates a new FrameBodyIPLS datatype.
|
FrameBodyIPLS(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyIPLS data type.
|
FrameBodyIPLS(byte textEncoding,
List<Pair> pairs)
Construct from a set of pairs
|
FrameBodyIPLS(byte textEncoding,
String text)
Creates a new FrameBodyIPLS data type.
|
FrameBodyIPLS(FrameBodyIPLS body) |
FrameBodyIPLS(FrameBodyTIPL body)
Convert from V4 to V3 Frame
|
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
addPair, addPair, getKeyAtIndex, getNumberOfPairs, getPairing, getText, getUserFriendlyValue, getValueAtIndex, resetPairs, setText, setupObjectList, write
createStructure, equals, getSize, read, setSize, setSize
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyIPLS()
public FrameBodyIPLS(byte textEncoding, String text)
textEncoding
- text
- public FrameBodyIPLS(FrameBodyIPLS body)
public FrameBodyIPLS(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
public FrameBodyIPLS(FrameBodyTIPL body)
body
- public String getIdentifier()
getIdentifier
in class AbstractFrameBodyPairs
Copyright © 2005–2020 jthink.net. All rights reserved.