public class FrameBodyEncrypted extends AbstractID3v2FrameBody implements ID3v24FrameBody, ID3v23FrameBody
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyEncrypted(FrameBodyEncrypted body) |
FrameBodyEncrypted(String identifier)
Creates a new FrameBodyEncrypted dataType.
|
FrameBodyEncrypted(String identifier,
ByteBuffer byteBuffer,
int frameSize)
Read from file
|
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
The ID3v2 frame identifier
|
protected void |
setupObjectList()
TODO:proper mapping
|
createStructure, equals, getSize, read, setSize, setSize, write
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, getUserFriendlyValue, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
public FrameBodyEncrypted(String identifier)
public FrameBodyEncrypted(FrameBodyEncrypted body)
public FrameBodyEncrypted(String identifier, ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
identifier
- byteBuffer
- frameSize
- InvalidTagException
public String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
protected void setupObjectList()
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005–2020 jthink.net. All rights reserved.