org.jaudiotagger.tag.id3.framebody
Class FrameBodyTCOP

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.AbstractFrameBodyTextInfo
                  extended by org.jaudiotagger.tag.id3.framebody.FrameBodyTCOP
All Implemented Interfaces:
ID3v23FrameBody, ID3v24FrameBody

public class FrameBodyTCOP
extends AbstractFrameBodyTextInfo
implements ID3v24FrameBody, ID3v23FrameBody

Copyright message Text information frame.

The 'Copyright message' frame, which must begin with a year and a space character (making five characters), is intended for the copyright holder of the original sound, not the audio file itself. The absence of this frame means only that the copyright information is unavailable or has been removed, and must not be interpreted to mean that the sound is public domain. Every time this field is displayed the field must be preceded with "Copyright ©".

For more details, please refer to the ID3 specifications:

Version:
$Id: FrameBodyTCOP.java,v 1.14 2009/11/12 13:25:20 paultaylor Exp $
Author:
: Paul Taylor, : Eric Farng

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
FrameBodyTCOP()
          Creates a new FrameBodyTCOP datatype.
FrameBodyTCOP(java.nio.ByteBuffer byteBuffer, int frameSize)
          Creates a new FrameBodyTCOP datatype.
FrameBodyTCOP(byte textEncoding, java.lang.String text)
          Creates a new FrameBodyTCOP datatype.
FrameBodyTCOP(FrameBodyTCOP body)
           
 
Method Summary
 java.lang.String getIdentifier()
          The ID3v2 frame identifier
 
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
addTextValue, getFirstTextValue, getNumberOfValues, getText, getValueAtIndex, setText, setupObjectList, write
 
Methods inherited from class org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
createStructure, equals, getSize, read, setSize, setSize
 
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

FrameBodyTCOP

public FrameBodyTCOP()
Creates a new FrameBodyTCOP datatype.


FrameBodyTCOP

public FrameBodyTCOP(FrameBodyTCOP body)

FrameBodyTCOP

public FrameBodyTCOP(byte textEncoding,
                     java.lang.String text)
Creates a new FrameBodyTCOP datatype.

Parameters:
textEncoding -
text -

FrameBodyTCOP

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

Parameters:
byteBuffer -
frameSize -
Throws:
InvalidTagException
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