org.farng.mp3.id3
Class FrameBodyTLAN

java.lang.Object
  extended by org.farng.mp3.AbstractMP3FileItem
      extended by org.farng.mp3.AbstractMP3FragmentBody
          extended by org.farng.mp3.id3.AbstractID3v2FrameBody
              extended by org.farng.mp3.id3.AbstractFrameBodyTextInformation
                  extended by org.farng.mp3.id3.FrameBodyTLAN
All Implemented Interfaces:
MP3MetadataContainer

public class FrameBodyTLAN
extends AbstractFrameBodyTextInformation

   The 'Language' frame should contain the languages of the text or
   lyrics spoken or sung in the audio. The language is represented with
   three characters according to ISO-639-2 [ISO-639-2]. If more than one
   language is used in the text their language codes should follow

   according to the amount of their usage, e.g. "eng" $00 "sve" $00.

Version:
$Revision: 3 $
Author:
Eric Farng

Constructor Summary
FrameBodyTLAN()
          Creates a new FrameBodyTLAN object.
FrameBodyTLAN(byte textEncoding, java.lang.String text)
          Creates a new FrameBodyTLAN object.
FrameBodyTLAN(FrameBodyTLAN body)
          Creates a new FrameBodyTLAN object.
FrameBodyTLAN(java.io.RandomAccessFile file)
          Creates a new FrameBodyTLAN object.
 
Method Summary
 java.lang.String getIdentifier()
           
protected  void setupObjectList()
          Create the order of MP3Object objects that this body expects.
 
Methods inherited from class org.farng.mp3.id3.AbstractFrameBodyTextInformation
getBriefDescription, getText, getTextEncoding, setText, setTextEncoding
 
Methods inherited from class org.farng.mp3.id3.AbstractID3v2FrameBody
equals, readHeader, writeHeader
 
Methods inherited from class org.farng.mp3.AbstractMP3FragmentBody
appendToObjectList, getDescription, getObject, getObjectListIterator, getSize, has6ByteHeader, isSubsetOf, iterator, read, setObject, toString, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrameBodyTLAN

public FrameBodyTLAN()
Creates a new FrameBodyTLAN object.


FrameBodyTLAN

public FrameBodyTLAN(FrameBodyTLAN body)
Creates a new FrameBodyTLAN object.


FrameBodyTLAN

public FrameBodyTLAN(byte textEncoding,
                     java.lang.String text)
Creates a new FrameBodyTLAN object.


FrameBodyTLAN

public FrameBodyTLAN(java.io.RandomAccessFile file)
              throws java.io.IOException,
                     InvalidTagException
Creates a new FrameBodyTLAN object.

Throws:
java.io.IOException
InvalidTagException
Method Detail

getIdentifier

public java.lang.String getIdentifier()
Specified by:
getIdentifier in class AbstractMP3FileItem

setupObjectList

protected void setupObjectList()
Description copied from class: AbstractMP3FragmentBody
Create the order of MP3Object objects that this body expects. This method needs to be overwritten.

Overrides:
setupObjectList in class AbstractFrameBodyTextInformation