javazoom.spi.mpeg.sampled.file.tag
Interface StringableTag

All Known Implementing Classes:
IcyTag

public interface StringableTag

Indicates that the value of a tag is a string, and provides a getValueAsString() method to get it. Appropriate for tags like artist, title, etc.


Method Summary
 java.lang.String getValueAsString()
          Return the value of this tag as a string.
 

Method Detail

getValueAsString

java.lang.String getValueAsString()
Return the value of this tag as a string.



JavaZOOM 1999-2005