All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class joeshmoe.mpeg.ID3Tagger

joeshmoe.mpeg.ID3Tagger

public class ID3Tagger
Reads and sets ID3 tags in MPEG audio files. Currently only V1 ID3 tags are supported.

See Also:
ID3Tagger

Constructor Index

 o ID3Tagger()

Method Index

 o readTag(File)
reads an ID3 tag from a file.
 o writeTag(File, ID3Tag)
write an ID3 tag to a file.

Constructors

 o ID3Tagger
 public ID3Tagger()

Methods

 o readTag
 public static ID3Tag readTag(File pFile) throws IOException, FileNotFoundException
reads an ID3 tag from a file. Returns null if no tag is present.

 o writeTag
 public static boolean writeTag(File pFile,
                                ID3Tag pTag) throws IOException, FileNotFoundException
write an ID3 tag to a file. Note: will write a tag to the specified file whether or not it is a valid MPEG file.


All Packages  Class Hierarchy  This Package  Previous  Next  Index