Class IcyTag

    • Field Summary

      • Fields inherited from class javazoom.spi.mpeg.sampled.file.tag.MP3Tag

        name, value
    • 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.
      • 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