A B C D E F G H I L M N P R S T U V W

I

ID3 - class de.vdheide.mp3.ID3.
Class to read and modify ID3 tags on MP3 files.
ID3(File) - Constructor for class de.vdheide.mp3.ID3
Create a new ID3 tag which is based on mp3_file
ID3Exception - exception de.vdheide.mp3.ID3Exception.
Base class for all exceptions concerning the ID3 tag.
ID3Exception() - Constructor for class de.vdheide.mp3.ID3Exception
 
ID3IllegalFormatException - exception de.vdheide.mp3.ID3IllegalFormatException.
Thrown if an illegal format in an ID3 tag is detected.
ID3IllegalFormatException() - Constructor for class de.vdheide.mp3.ID3IllegalFormatException
 
ID3v2 - class de.vdheide.mp3.ID3v2.
Instances of this class contain an ID3v2 tag Notes: There are two ways of detecting the size of padding used:
    The "Size of padding" field in the extended header Detecting all frames and substracting the tag's actual length from its' length in the header.
    ID3v2(InputStream) - Constructor for class de.vdheide.mp3.ID3v2
    Provides access to ID3v2 tag.
    ID3v2(File) - Constructor for class de.vdheide.mp3.ID3v2
    Provides access to file's ID3v2 tag
    ID3v2DecompressionException - exception de.vdheide.mp3.ID3v2DecompressionException.
    Thrown when decompression of an ID3v2Frame failed.
    ID3v2DecompressionException() - Constructor for class de.vdheide.mp3.ID3v2DecompressionException
     
    ID3v2Exception - exception de.vdheide.mp3.ID3v2Exception.
    Base class for all exceptions concerning the ID3v2 tag.
    ID3v2Exception() - Constructor for class de.vdheide.mp3.ID3v2Exception
     
    ID3v2ExtendedHeader - class de.vdheide.mp3.ID3v2ExtendedHeader.
    This class contains an ID3v2 extended header
    ID3v2ExtendedHeader() - Constructor for class de.vdheide.mp3.ID3v2ExtendedHeader
    Creates an extended header with preferences
    ID3v2ExtendedHeader(boolean, int, int) - Constructor for class de.vdheide.mp3.ID3v2ExtendedHeader
    Creates an extended header
    ID3v2ExtendedHeader(InputStream) - Constructor for class de.vdheide.mp3.ID3v2ExtendedHeader
    Creates an extended header from a stream.
    ID3v2Frame - class de.vdheide.mp3.ID3v2Frame.
    This class contains one ID3v2 frame.
    ID3v2Frame(String, byte[], boolean, boolean, boolean, byte, byte, byte) - Constructor for class de.vdheide.mp3.ID3v2Frame
    Creates a new ID3v2 frame
    ID3v2Frame(InputStream) - Constructor for class de.vdheide.mp3.ID3v2Frame
    Creates a new ID3v2 frame from a stream.
    ID3v2Header - class de.vdheide.mp3.ID3v2Header.
    This class contains an ID3v2 header
    ID3v2Header() - Constructor for class de.vdheide.mp3.ID3v2Header
    Create a new (empty) header
    ID3v2Header(byte, byte, boolean, boolean, boolean, int) - Constructor for class de.vdheide.mp3.ID3v2Header
    Build a ID3v2 header
    ID3v2Header(InputStream) - Constructor for class de.vdheide.mp3.ID3v2Header
    Creates an ID3v2 header from an input stream.
    ID3v2IllegalVersionException - exception de.vdheide.mp3.ID3v2IllegalVersionException.
    Raised when a file does not contain a valid ID3v2 tag.
    ID3v2IllegalVersionException() - Constructor for class de.vdheide.mp3.ID3v2IllegalVersionException
     
    ID3v2NoSuchFrameException - exception de.vdheide.mp3.ID3v2NoSuchFrameException.
    Raised when an ID3v2 tag does not contain a requested frame
    ID3v2NoSuchFrameException() - Constructor for class de.vdheide.mp3.ID3v2NoSuchFrameException
     
    ID3v2WrongCRCException - exception de.vdheide.mp3.ID3v2WrongCRCException.
    Thrown when CRCs calculated from frames and stored in extended header mismatch.
    ID3v2WrongCRCException() - Constructor for class de.vdheide.mp3.ID3v2WrongCRCException
     
    ID_INVALID - Static variable in class de.vdheide.mp3.ID3v2Frame
    Invalid ID
    ISO - Static variable in class de.vdheide.mp3.ByteBuilder
    Encoding ISO-8859-1
    IS_COMPRESSED - Static variable in class de.vdheide.mp3.ID3v2Frame
    Compression present
    isHeader(byte[]) - Static method in class de.vdheide.mp3.ID3v2Header
    Checks if bytes contain a correct header

A B C D E F G H I L M N P R S T U V W