javazoom.spi.mpeg.sampled.file.tag

Interface StringableTag

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

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

Method Details

getValueAsString

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

JavaZOOM 1999-2005