org.jaudiotagger.tag.id3.framebody
Class FrameBodyRVA2

java.lang.Object
  extended by org.jaudiotagger.tag.id3.AbstractTagItem
      extended by org.jaudiotagger.tag.id3.AbstractTagFrameBody
          extended by org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
              extended by org.jaudiotagger.tag.id3.framebody.FrameBodyRVA2
All Implemented Interfaces:
ID3v24FrameBody

public class FrameBodyRVA2
extends AbstractID3v2FrameBody
implements ID3v24FrameBody


Field Summary
 
Fields inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
TYPE_BODY
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody
objectList
 
Fields inherited from class org.jaudiotagger.tag.id3.AbstractTagItem
logger
 
Constructor Summary
FrameBodyRVA2()
          Creates a new FrameBodyRVA2 datatype.
FrameBodyRVA2(java.nio.ByteBuffer byteBuffer, int frameSize)
          Creates a new FrameBodyRVAD datatype.
FrameBodyRVA2(FrameBodyRVA2 body)
           
FrameBodyRVA2(FrameBodyRVAD body)
          Convert from V3 to V4 Frame
 
Method Summary
 java.lang.String getIdentifier()
          The ID3v2 frame identifier
protected  void setupObjectList()
          Setup the Object List.
 
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
createStructure, equals, getSize, read, setSize, setSize, write
 
Methods inherited from class org.jaudiotagger.tag.id3.AbstractTagFrameBody
getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrameBodyRVA2

public FrameBodyRVA2()
Creates a new FrameBodyRVA2 datatype.


FrameBodyRVA2

public FrameBodyRVA2(FrameBodyRVA2 body)

FrameBodyRVA2

public FrameBodyRVA2(FrameBodyRVAD body)
Convert from V3 to V4 Frame

Parameters:
body -

FrameBodyRVA2

public FrameBodyRVA2(java.nio.ByteBuffer byteBuffer,
                     int frameSize)
              throws InvalidTagException
Creates a new FrameBodyRVAD datatype.

Parameters:
byteBuffer -
frameSize -
Throws:
InvalidTagException - if unable to create framebody from buffer
Method Detail

getIdentifier

public java.lang.String getIdentifier()
The ID3v2 frame identifier

Specified by:
getIdentifier in class AbstractID3v2FrameBody
Returns:
the ID3v2 frame identifier for this frame type

setupObjectList

protected void setupObjectList()
Setup the Object List. A byte Array which will be read upto frame size bytes.

Specified by:
setupObjectList in class AbstractTagFrameBody