public class FieldFrameBodyLYR extends AbstractLyrics3v2FieldFrameBody
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Lyrics3Line> |
lines |
objectList
logger
Constructor and Description |
---|
FieldFrameBodyLYR()
Creates a new FieldBodyLYR datatype.
|
FieldFrameBodyLYR(java.nio.ByteBuffer byteBuffer)
Creates a new FieldBodyLYR datatype.
|
FieldFrameBodyLYR(FieldFrameBodyLYR copyObject) |
FieldFrameBodyLYR(FrameBodySYLT sync)
Creates a new FieldBodyLYR datatype.
|
FieldFrameBodyLYR(FrameBodyUSLT unsync)
Creates a new FieldBodyLYR datatype.
|
FieldFrameBodyLYR(java.lang.String line)
Creates a new FieldBodyLYR datatype.
|
Modifier and Type | Method and Description |
---|---|
void |
addLyric(FrameBodySYLT sync) |
void |
addLyric(FrameBodyUSLT unsync) |
boolean |
equals(java.lang.Object obj)
Returns true if this datatype and its entire DataType array
list equals the argument.
|
java.lang.String |
getIdentifier()
ID string that usually corresponds to the class name, but can be
displayed to the user.
|
java.lang.String |
getLyric() |
int |
getSize()
Returns the size in bytes of this fragmentbody
|
boolean |
hasTimeStamp() |
boolean |
isSubsetOf(java.lang.Object obj)
Returns true if this instance and its entire DataType
array list is a subset of the argument.
|
java.util.Iterator<Lyrics3Line> |
iterator()
Returns an iterator of the DataType list.
|
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.
|
private void |
readString(java.lang.String lineString) |
void |
setLyric(java.lang.String str) |
protected void |
setupObjectList()
TODO
|
java.lang.String |
toString()
Return brief description of FrameBody
|
void |
write(java.io.RandomAccessFile file)
Write the contents of this datatype to the file at the position it is
currently at.
|
private java.lang.String |
writeString() |
readHeader, writeHeader
createStructure, getBriefDescription, getHeader, getLongDescription, getObject, getObjectValue, getTextEncoding, getUserFriendlyValue, setHeader, setObjectValue, setTextEncoding
private java.util.ArrayList<Lyrics3Line> lines
public FieldFrameBodyLYR()
public FieldFrameBodyLYR(FieldFrameBodyLYR copyObject)
public FieldFrameBodyLYR(java.lang.String line)
line
- public FieldFrameBodyLYR(FrameBodySYLT sync)
sync
- public FieldFrameBodyLYR(FrameBodyUSLT unsync)
unsync
- public FieldFrameBodyLYR(java.nio.ByteBuffer byteBuffer) throws InvalidTagException
byteBuffer
- InvalidTagException
public java.lang.String getIdentifier()
AbstractTagItem
getIdentifier
in class AbstractTagItem
public void setLyric(java.lang.String str)
str
- public java.lang.String getLyric()
public int getSize()
AbstractTagFrameBody
getSize
in class AbstractTagFrameBody
public boolean isSubsetOf(java.lang.Object obj)
AbstractTagFrameBody
isSubsetOf
in class AbstractTagFrameBody
obj
- public void addLyric(FrameBodySYLT sync)
sync
- public void addLyric(FrameBodyUSLT unsync)
unsync
- public boolean equals(java.lang.Object obj)
AbstractTagFrameBody
equals
in class AbstractTagFrameBody
obj
- public boolean hasTimeStamp()
public java.util.Iterator<Lyrics3Line> iterator()
AbstractTagFrameBody
iterator
in class AbstractTagFrameBody
public void read(java.nio.ByteBuffer byteBuffer) throws InvalidTagException
AbstractLyrics3v2FieldFrameBody
read
in class AbstractLyrics3v2FieldFrameBody
byteBuffer
- file to readInvalidTagException
- if there is any error in the data format.public java.lang.String toString()
AbstractTagFrameBody
toString
in class AbstractTagFrameBody
public void write(java.io.RandomAccessFile file) throws java.io.IOException
AbstractLyrics3v2FieldFrameBody
write
in class AbstractLyrics3v2FieldFrameBody
file
- java.io.IOException
private void readString(java.lang.String lineString)
lineString
- private java.lang.String writeString()
protected void setupObjectList()
setupObjectList
in class AbstractTagFrameBody
Copyright © 2005-2013 java.net. All Rights Reserved.