|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.farng.mp3.AbstractMP3FileItem org.farng.mp3.AbstractMP3FragmentBody org.farng.mp3.lyrics3.AbstractLyrics3v2FieldBody
Contains the actual text strings for a Lyrics3v2 field.
Constructor Summary | |
AbstractLyrics3v2FieldBody()
Creates a new AbstractLyrics3v2FieldBody object. |
|
AbstractLyrics3v2FieldBody(AbstractLyrics3v2FieldBody copyObject)
Creates a new AbstractLyrics3v2FieldBody object. |
Method Summary | |
protected int |
readHeader(java.io.RandomAccessFile file)
Reads the header for the fragment body. |
protected void |
writeHeader(java.io.RandomAccessFile file,
int size)
Write the body header to the file at the current file position. |
Methods inherited from class org.farng.mp3.AbstractMP3FragmentBody |
appendToObjectList, equals, getBriefDescription, getDescription, getObject, getObjectListIterator, getSize, has6ByteHeader, isSubsetOf, iterator, read, setObject, setupObjectList, toString, write |
Methods inherited from class org.farng.mp3.AbstractMP3FileItem |
getIdentifier |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AbstractLyrics3v2FieldBody()
public AbstractLyrics3v2FieldBody(AbstractLyrics3v2FieldBody copyObject)
Method Detail |
protected int readHeader(java.io.RandomAccessFile file) throws InvalidTagException, java.io.IOException
AbstractMP3FragmentBody
readHeader
in class AbstractMP3FragmentBody
file
- file to read the header from.
InvalidTagException
- if there is any error in the data format.
java.io.IOException
- on any I/O errorprotected void writeHeader(java.io.RandomAccessFile file, int size) throws java.io.IOException
AbstractMP3FragmentBody
writeHeader
in class AbstractMP3FragmentBody
file
- file to write tosize
- number of bytes the body contains.
java.io.IOException
- on any I/O error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |