javazoom.spi.mpeg.sampled.file.tag

Class IcyTag

Implemented Interfaces:
StringableTag

public class IcyTag
extends MP3Tag
implements StringableTag

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(String name, String stringValue)
Create a new tag, from the parsed name and (String) value.

Method Summary

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

Constructor Details

IcyTag

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?)

Method Details

getValueAsString

public String getValueAsString()
Return the value of this tag as a string.
Specified by:
getValueAsString in interface StringableTag

JavaZOOM 1999-2005