org.pscode.xui.mp3.id3tag
Class Tag
java.lang.Object
org.pscode.xui.mp3.id3tag.Tag
public class Tag
- extends Object
|
Constructor Summary |
Tag()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
title
public String title
artist
public String artist
album
public String album
year
public String year
comment
public String comment
genre
public byte genre
Tag
public Tag()
setTitle
public void setTitle(String title)
setArtist
public void setArtist(String artist)
setAlbum
public void setAlbum(String album)
setYear
public void setYear(String year)
setComment
public void setComment(String comment)
setGenre
public void setGenre(byte genre)
getGenre
public byte getGenre()
getTitle
public String getTitle()
getArtist
public String getArtist()
getAlbum
public String getAlbum()
getYear
public String getYear()
getComment
public String getComment()
readTag
public Tag readTag(InputStream in,
long length)
throws Exception
- Throws:
Exception
readTag
public Tag readTag(InputStream in)
throws Exception
- Throws:
Exception
getGenreString
public String getGenreString()