|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MP3Object
API for a MP3 metadata object type.
MP3 metadata object types includes things such as a "string" type, "number" type, "lyric line" type, "image" type, etc. This API defines a standard way of accessing the content of each type.
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Get the identifier for this object. |
int |
getSize()
Get the size of this object, in bytes. |
java.lang.Object |
getValue()
Get the value of this object. |
java.lang.String |
toString()
Get a string representation of this object. |
Method Detail |
---|
java.lang.String getIdentifier()
java.lang.Object getValue()
int getSize()
java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |