org.farng.mp3.object
Class ObjectID3v2LyricLine

java.lang.Object
  extended by org.farng.mp3.object.AbstractMP3Object
      extended by org.farng.mp3.object.ObjectID3v2LyricLine
All Implemented Interfaces:
MP3Object

public class ObjectID3v2LyricLine
extends AbstractMP3Object

ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragments Then each fragment is broken down in to individual AbstractMP3Objects

Version:
$Revision: 3 $
Author:
Eric Farng

Field Summary
 
Fields inherited from class org.farng.mp3.object.AbstractMP3Object
identifier, value
 
Constructor Summary
ObjectID3v2LyricLine(ObjectID3v2LyricLine copyObject)
          Creates a new ObjectID3v2LyricLine object.
ObjectID3v2LyricLine(java.lang.String identifier)
          Creates a new ObjectID3v2LyricLine object.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getSize()
          Get the size of this object, in bytes.
 java.lang.String getText()
           
 long getTimeStamp()
           
 void readByteArray(byte[] arr, int offset)
           
 void setText(java.lang.String text)
           
 void setTimeStamp(long timeStamp)
           
 java.lang.String toString()
          Get a string representation of this object.
 byte[] writeByteArray()
           
 
Methods inherited from class org.farng.mp3.object.AbstractMP3Object
getIdentifier, getValue, readByteArray, readString, readString, setValue, writeString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectID3v2LyricLine

public ObjectID3v2LyricLine(java.lang.String identifier)
Creates a new ObjectID3v2LyricLine object.


ObjectID3v2LyricLine

public ObjectID3v2LyricLine(ObjectID3v2LyricLine copyObject)
Creates a new ObjectID3v2LyricLine object.

Method Detail

getSize

public int getSize()
Description copied from interface: MP3Object
Get the size of this object, in bytes.

Returns:
the size

setText

public void setText(java.lang.String text)

getText

public java.lang.String getText()

setTimeStamp

public void setTimeStamp(long timeStamp)

getTimeStamp

public long getTimeStamp()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class AbstractMP3Object

readByteArray

public void readByteArray(byte[] arr,
                          int offset)
Overrides:
readByteArray in class AbstractMP3Object

toString

public java.lang.String toString()
Description copied from interface: MP3Object
Get a string representation of this object.

Specified by:
toString in interface MP3Object
Overrides:
toString in class java.lang.Object
Returns:
string

writeByteArray

public byte[] writeByteArray()
Overrides:
writeByteArray in class AbstractMP3Object