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.
|
org.jaudiotagger.tag |
Generic classes and interfaces for metadata blocks, broadly called tags.
|
org.jaudiotagger.tag.id3 |
Classes for all flavors of ID3.
|
org.jaudiotagger.tag.lyrics3 |
Implementation of ID3 frames that follow the lyrics3 pattern, not restricted to lyrics.
|
Modifier and Type | Method and Description |
---|---|
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
|
void |
MP3File.save()
Saves the tags in this dataType to the file referred to by this dataType.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyFrameException
Thrown when find a Frame but it contains no data.
|
class |
FieldDataInvalidException
Thrown if the try and create a field with invalid data
|
class |
InvalidDataTypeException
Indicates there was a problem parsing this datatype due to a problem with the data
such as the array being empty when trying to read from a file.
|
class |
InvalidFrameException
Thrown if frame cannot be read correctly.
|
class |
InvalidFrameIdentifierException
Thrown if a frame identifier isn't valid.
|
class |
InvalidTagException
An
InvalidTagException is thrown if a parse error occurs while
a tag is being read from a file. |
class |
PaddingException |
class |
TagNotFoundException
Thrown if the tag o isn't found.
|
Modifier and Type | Method and Description |
---|---|
void |
TagOptionSingleton.addKeyword(Class<? extends ID3v24FrameBody> id3v2FrameBodyClass,
String keyword) |
Modifier and Type | Method and Description |
---|---|
static long |
ID3Tags.findNumber(String str)
Find the first whole number that can be parsed from the string
|
static long |
ID3Tags.findNumber(String str,
int offset)
Find the first whole number that can be parsed from the string
|
abstract void |
AbstractTagItem.read(ByteBuffer byteBuffer) |
void |
ID3v22Tag.read(ByteBuffer byteBuffer) |
void |
ID3v23Tag.read(ByteBuffer buffer) |
void |
ID3v24Tag.read(ByteBuffer byteBuffer) |
Constructor and Description |
---|
ID3v22Tag(ByteBuffer buffer)
Deprecated.
use
ID3v22Tag.ID3v22Tag(ByteBuffer,String) instead |
ID3v22Tag(ByteBuffer buffer,
String loggingFilename)
Creates a new ID3v2_2 datatype.
|
ID3v23Tag(ByteBuffer buffer)
Deprecated.
use
ID3v23Tag.ID3v23Tag(ByteBuffer,String) instead |
ID3v23Tag(ByteBuffer buffer,
String loggingFilename)
Creates a new ID3v2_3 datatype.
|
ID3v24Tag(ByteBuffer buffer)
Deprecated.
use
ID3v24Tag.ID3v24Tag(ByteBuffer,String) instead |
ID3v24Tag(ByteBuffer buffer,
String loggingFilename)
Creates a new ID3v2_4 datatype.
|
Modifier and Type | Method and Description |
---|---|
void |
Lyrics3v1.read(ByteBuffer byteBuffer) |
void |
Lyrics3v2.read(ByteBuffer byteBuffer) |
Constructor and Description |
---|
Lyrics3v2Field(AbstractID3v2Frame frame)
Creates a new Lyrics3v2Field datatype.
|
Copyright © 2005–2020 jthink.net. All rights reserved.