javazoom.spi.mpeg.sampled.file.tag
Class IcyTag

java.lang.Object
  extended by javazoom.spi.mpeg.sampled.file.tag.MP3Tag
      extended by 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.


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

IcyTag

public IcyTag(java.lang.String name,
              java.lang.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 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 interface StringableTag


JavaZOOM 1999-2005