Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Object
javazoom.spi.mpeg.sampled.file.tag.MP3Tag
javazoom.spi.mpeg.sampled.file.tag.IcyTag
Field Summary |
Constructor Summary | |
|
Method Summary | |
String |
|
public IcyTag(String name, String stringValue)
Create a new tag, from the parsed name and (String) value. It looks like all Icecast tags are Strings (safe to assume this going forward?)
public String getValueAsString()
Return the value of this tag as a string.
- Specified by:
- getValueAsString in interface StringableTag