|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ExtendedTagHeader | Interface for an extended tag header. |
FrameHeader | Interface for all frame headers. |
Tag | Interface that all tags must implement. |
TagHeader | Interface implemented by all tag headers. |
Class Summary | |
---|---|
BasicTagHeader | This class represents the 10 bytes that are the basic header on any ID3v2 tag. |
ByteUtils | Utilities for converting long to bytes and vice versa. |
CommentFrame | Specialized frame used to store comments. |
ExtendedTagHeader_v2_3 | Extended header for a ID3v2.3 tag. |
ExtendedTagHeader_v2_4 | Represents a ID3v2.4 extended tag header, which differs SIGNIFICANTLY from the ID3V2.3 extended tag header. |
Frame | Tags are composed of individual frames. |
FrameFactory | Factory class that creates all frames. |
FrameHeader_v2_2 | Frame header for ID3v2.2. |
FrameHeader_v2_3 | Frame header for ID3v2.3 |
FrameHeader_v2_4 | Frame header for ID3v2.4 tag. |
FrameType | Constants for dealing with all kinds of frames. |
Genre | Simplifies dealing with ID3v1.x genres. |
Mp3File | The highest level of dealing with id3s. |
Reader | Parses tags. |
Tag_v1 | ID3v1.x tag. |
Tag_v2 | Represents a ID3v2.x tag. |
TagHeader_v2_2 | ID3v2.2 tag header. |
TagHeader_v2_3 | ID3v2.3 header. |
TagHeader_v2_4 | Tag header for ID3v2.4. |
TagHeaderFactory | Factory class for creating tag headers. |
TextFrame | Specialized frame. |
Exception Summary | |
---|---|
CorruptFrameException | Exception thrown when a corrupt frame is detected. |
NotATagException | thrown when a file with no ID3 tag is encountered. |
Gary Dusbabek's Java ID3 library.
Supports:
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |