public class FrameBodyEncrypted extends AbstractID3v2FrameBody implements ID3v24FrameBody, ID3v23FrameBody
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
identifier |
TYPE_BODY
objectList
logger
Constructor and Description |
---|
FrameBodyEncrypted(FrameBodyEncrypted body) |
FrameBodyEncrypted(java.lang.String identifier)
Creates a new FrameBodyEncrypted dataType.
|
FrameBodyEncrypted(java.lang.String identifier,
java.nio.ByteBuffer byteBuffer,
int frameSize)
Read from file
|
Modifier and Type | Method and Description |
---|---|
java.lang.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(java.lang.String identifier)
public FrameBodyEncrypted(FrameBodyEncrypted body)
public FrameBodyEncrypted(java.lang.String identifier, java.nio.ByteBuffer byteBuffer, int frameSize) throws InvalidTagException
identifier
- byteBuffer
- frameSize
- InvalidTagException
public java.lang.String getIdentifier()
getIdentifier
in class AbstractID3v2FrameBody
protected void setupObjectList()
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.