public abstract class AbstractLyrics3v2FieldFrameBody extends AbstractTagFrameBody
objectList
logger
Constructor and Description |
---|
AbstractLyrics3v2FieldFrameBody() |
AbstractLyrics3v2FieldFrameBody(AbstractLyrics3v2FieldFrameBody copyObject) |
Modifier and Type | Method and Description |
---|---|
void |
read(java.nio.ByteBuffer byteBuffer)
This reads a frame body from its file into the appropriate FrameBody class
Read the data from the given file into this datatype.
|
protected int |
readHeader(java.io.RandomAccessFile file)
This is called by superclass when attempt to read data from file.
|
void |
write(java.io.RandomAccessFile file)
Write the contents of this datatype to the file at the position it is
currently at.
|
protected void |
writeHeader(java.io.RandomAccessFile file,
int size)
This is called by superclass when attempt to write data from file.
|
createStructure, equals, getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getSize, getTextEncoding, getUserFriendlyValue, isSubsetOf, iterator, setHeader, setObjectValue, setTextEncoding, setupObjectList, toString
getIdentifier
public AbstractLyrics3v2FieldFrameBody()
public AbstractLyrics3v2FieldFrameBody(AbstractLyrics3v2FieldFrameBody copyObject)
protected int readHeader(java.io.RandomAccessFile file) throws InvalidTagException, java.io.IOException
file
- InvalidTagException
java.io.IOException
protected void writeHeader(java.io.RandomAccessFile file, int size) throws java.io.IOException
file
- size
- java.io.IOException
public void read(java.nio.ByteBuffer byteBuffer) throws InvalidTagException
read
in class AbstractTagItem
byteBuffer
- file to readjava.io.IOException
- on any I/O errorInvalidTagException
- if there is any error in the data format.public void write(java.io.RandomAccessFile file) throws java.io.IOException
file
- destination filejava.io.IOException
- on any I/O errorCopyright © 2005-2013 java.net. All Rights Reserved.