|
|||||||||||
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.AbstractMP3Fragment org.farng.mp3.id3.AbstractID3v2Frame
This abstract class is each frame header inside a ID3v2 tag
Constructor Summary | |
protected |
AbstractID3v2Frame()
Creates a new AbstractID3v2Frame object. |
protected |
AbstractID3v2Frame(AbstractID3v2Frame frame)
Creates a new AbstractID3v2Frame object. |
protected |
AbstractID3v2Frame(AbstractID3v2FrameBody body)
Creates a new AbstractID3v2Frame object. |
Method Summary | |
java.lang.String |
getIdentifier()
ID string that usually corresponds to the class name, but can be displayed to the user. |
static boolean |
isValidID3v2FrameIdentifier(java.lang.String identifier)
|
protected static AbstractID3v2FrameBody |
readBody(java.lang.String identifier,
java.io.RandomAccessFile file)
|
java.lang.String |
toString()
|
Methods inherited from class org.farng.mp3.AbstractMP3Fragment |
equals, getBody, isSubsetOf, setBody |
Methods inherited from class org.farng.mp3.AbstractMP3FileItem |
getSize, read, write |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected AbstractID3v2Frame()
protected AbstractID3v2Frame(AbstractID3v2FrameBody body)
protected AbstractID3v2Frame(AbstractID3v2Frame frame)
Method Detail |
public java.lang.String getIdentifier()
AbstractMP3FileItem
getIdentifier
in class AbstractMP3FileItem
public static boolean isValidID3v2FrameIdentifier(java.lang.String identifier)
public java.lang.String toString()
protected static AbstractID3v2FrameBody readBody(java.lang.String identifier, java.io.RandomAccessFile file) throws java.io.IOException, InvalidTagException
java.io.IOException
InvalidTagException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |