Class IcyTag
- java.lang.Object
-
- javazoom.spi.mpeg.sampled.file.tag.MP3Tag
-
- javazoom.spi.mpeg.sampled.file.tag.IcyTag
-
- All Implemented Interfaces:
StringableTag
public class IcyTag extends MP3Tag implements StringableTag
A tag parsed from an icecast tag.
-
-
Constructor Summary
Constructors Constructor Description IcyTag(java.lang.String name, java.lang.String stringValue)
Create a new tag, from the parsed name and (String) value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValueAsString()
Return the value of this tag as a string.
-
-
-
Method Detail
-
getValueAsString
public java.lang.String getValueAsString()
Description copied from interface:StringableTag
Return the value of this tag as a string.- Specified by:
getValueAsString
in interfaceStringableTag
-
-