|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavazoom.spi.mpeg.sampled.file.tag.MP3Tag
javazoom.spi.mpeg.sampled.file.tag.IcyTag
public class IcyTag
A tag parsed from an icecast tag.
| Field Summary |
|---|
| Fields inherited from class javazoom.spi.mpeg.sampled.file.tag.MP3Tag |
|---|
name, value |
| Constructor Summary | |
|---|---|
IcyTag(java.lang.String name,
java.lang.String stringValue)
Create a new tag, from the parsed name and (String) value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValueAsString()
Return the value of this tag as a string. |
| Methods inherited from class javazoom.spi.mpeg.sampled.file.tag.MP3Tag |
|---|
getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IcyTag(java.lang.String name,
java.lang.String stringValue)
| Method Detail |
|---|
public java.lang.String getValueAsString()
StringableTag
getValueAsString in interface StringableTag
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||