public class FrameBodySEEK extends AbstractID3v2FrameBody implements ID3v24FrameBody
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodySEEK()
Creates a new FrameBodySEEK datatype.
|
FrameBodySEEK(ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodySEEK datatype.
|
FrameBodySEEK(FrameBodySEEK body) |
FrameBodySEEK(int minOffsetToNextTag)
Creates a new FrameBodySEEK datatype.
|
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
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
|
createStructure, equals, getSize, read, setSize, setSize, write
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, getUserFriendlyValue, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodySEEK()
public FrameBodySEEK(int minOffsetToNextTag)
minOffsetToNextTag
- public FrameBodySEEK(FrameBodySEEK body)
public FrameBodySEEK(ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
byteBuffer
- frameSize
- InvalidTagException
- if unable to create framebody from bufferpublic String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
protected void setupObjectList()
AbstractTagFrameBody
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.