|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ID3Tag
A common interface for ID3Tag objects so they can easily communicate with
each other.
| Method Summary | |
|---|---|
void |
copyFrom(ID3Tag tag)
Copies information from the ID3Tag parameter and inserts it into this tag. |
byte[] |
getBytes()
Returns a binary representation of the tag as it would appear in a file. |
void |
removeTag()
Removes this tag from the file it is bound to. |
void |
writeTag()
Saves all data in this tag to the file it is bound to. |
| Method Detail |
|---|
void copyFrom(ID3Tag tag)
tag - the tag to copy from
void writeTag()
throws java.io.IOException
java.io.IOException - if an error occurs
void removeTag()
throws java.io.IOException
java.io.IOException - if an error occurs
byte[] getBytes()
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||