Package | Description |
---|---|
org.jaudiotagger.audio |
Classes and interfaces generic to all audio formats.
|
org.jaudiotagger.audio.asf |
Classes for Microsoft Advanced Systems Format files.
|
org.jaudiotagger.audio.generic |
A miscellaneous collection of classes dealing with generic audio files and tags.
|
org.jaudiotagger.audio.mp3 |
Classes for MP3 files.
|
Modifier and Type | Method and Description |
---|---|
protected RandomAccessFile |
AudioFile.checkFilePermissions(File file,
boolean readOnly)
Checks the file is accessible with the correct permissions, otherwise exception occurs
|
static AudioFile |
AudioFileIO.read(File f)
Read the tag contained in the given file.
|
static AudioFile |
AudioFileIO.readAs(File f,
String ext)
Read the tag contained in the given file.
|
AudioFile |
AudioFileIO.readFile(File f)
Read the tag contained in the given file.
|
AudioFile |
AudioFileIO.readFileAs(File f,
String ext)
Read the tag contained in the given file.
|
AudioFile |
AudioFileIO.readFileMagic(File f)
Read the tag contained in the given file.
|
static AudioFile |
AudioFileIO.readMagic(File f)
Read the tag contained in the given file.
|
Modifier and Type | Method and Description |
---|---|
AudioFile |
AsfFileReader.read(File f) |
Modifier and Type | Method and Description |
---|---|
AudioFile |
AudioFileReader.read(File f) |
AudioFile |
AudioFileReader2.read(File f) |
Modifier and Type | Method and Description |
---|---|
AudioFile |
MP3FileReader.read(File f) |
AudioFile |
MP3FileReader.readMustBeWritable(File f)
Read
|
Constructor and Description |
---|
MP3File(File file)
Creates a new MP3File datatype and parse the tag from the given file
Object.
|
MP3File(File file,
int loadOptions)
Creates a new MP3File dataType and parse the tag from the given file
Object, files must be writable to use this constructor.
|
MP3File(File file,
int loadOptions,
boolean readOnly)
Creates a new MP3File dataType and parse the tag from the given file
Object, files can be opened read only if required.
|
MP3File(String filename)
Creates a new MP3File datatype and parse the tag from the given filename.
|
Copyright © 2005–2020 jthink.net. All rights reserved.