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
-
ID3Tagger()
-
-
readTag(File)
- reads an ID3 tag from a file.
-
writeTag(File, ID3Tag)
- write an ID3 tag to a file.
ID3Tagger
public ID3Tagger()
readTag
public static ID3Tag readTag(File pFile) throws IOException, FileNotFoundException
- reads an ID3 tag from a file. Returns null if no tag is present.
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