Uses of Package
de.vdheide.mp3

Packages that use de.vdheide.mp3
de.vdheide.mp3   
 

Classes in de.vdheide.mp3 used by de.vdheide.mp3
FrameDamagedException
          Thrown when a frame is damaged (e.g. too short)
ID3Exception
          Base class for all exceptions concerning the ID3 tag.
ID3IllegalFormatException
          Thrown if an illegal format in an ID3 tag is detected.
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.
ID3v2DecompressionException
          Thrown when decompression of an ID3v2Frame failed.
ID3v2Exception
          Base class for all exceptions concerning the ID3v2 tag.
ID3v2Frame
          This class contains one ID3v2 frame.
ID3v2IllegalVersionException
          Raised when a file does not contain a valid ID3v2 tag.
ID3v2NoSuchFrameException
          Raised when an ID3v2 tag does not contain a requested frame
ID3v2WrongCRCException
          Thrown when CRCs calculated from frames and stored in extended header mismatch.
NoID3TagException
          Thrown when a file checked for id3 tag contains none.
NoID3v2HeaderException
          Raised when a file does not contain a valid ID3v2 tag.
NoID3v2TagException
          Raise when a file checked for id3v2 tag contains none.
NoMP3FrameException
          Thrown when a file checked for MP3 properties does not contain at least one MP3 frame.
TagContent
          An instance of this class contains the content read from a ID3(v2) tag.
TagFormatException
          Thrown when a tag content format is not structure according to the definition.
TextFrame
          Used for text ID3v2 frames.