Modifier and Type | Method and Description |
---|---|
static AudioFile |
AudioFileIO.read(java.io.File f)
Read the tag contained in the given file.
|
AudioFile |
AudioFileIO.readFile(java.io.File f)
Read the tag contained in the given file.
|
Modifier and Type | Method and Description |
---|---|
static void |
AudioFileIO.delete(AudioFile f)
Delete the tag, if any, contained in the given file.
|
void |
AudioFileIO.deleteTag(AudioFile f)
Delete the tag, if any, contained in the given file.
|
static void |
AudioFileIO.write(AudioFile f)
Write the tag contained in the audiofile in the actual file on the disk.
|
void |
AudioFileIO.writeFile(AudioFile f)
Write the tag contained in the audiofile in the actual file on the disk.
|