|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.tag.id3.AbstractTagItem
org.jaudiotagger.tag.id3.AbstractTagFrameBody
org.jaudiotagger.tag.id3.framebody.AbstractID3v2FrameBody
org.jaudiotagger.tag.id3.framebody.AbstractFrameBodyTextInfo
org.jaudiotagger.tag.id3.framebody.FrameBodyTMCL
public class FrameBodyTMCL
| 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 | |
|---|---|
FrameBodyTMCL()
Creates a new FrameBodyTMCL datatype. |
|
FrameBodyTMCL(java.nio.ByteBuffer byteBuffer,
int frameSize)
Creates a new FrameBodyTMCL datatype. |
|
FrameBodyTMCL(byte textEncoding,
java.lang.String text)
Creates a new FrameBodyTMCL datatype. |
|
FrameBodyTMCL(FrameBodyTMCL 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, getTextWithoutTrailingNulls, getUserFriendlyValue, 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 |
|---|
public FrameBodyTMCL()
public FrameBodyTMCL(FrameBodyTMCL body)
public FrameBodyTMCL(byte textEncoding,
java.lang.String text)
textEncoding - text -
public FrameBodyTMCL(java.nio.ByteBuffer byteBuffer,
int frameSize)
throws InvalidTagException
byteBuffer - frameSize -
InvalidTagException| Method Detail |
|---|
public java.lang.String getIdentifier()
getIdentifier in class AbstractID3v2FrameBody
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||