Uses of Class
de.vdheide.mp3.ID3v2DecompressionException

Packages that use ID3v2DecompressionException
de.vdheide.mp3   
 

Uses of ID3v2DecompressionException in de.vdheide.mp3
 

Constructors in de.vdheide.mp3 that throw ID3v2DecompressionException
ID3v2(java.io.InputStream in)
          Provides access to ID3v2 tag.
ID3v2(java.io.File file)
          Provides access to file's ID3v2 tag
MP3File(java.lang.String filename)
          Creates a new instance.
MP3File(java.io.File dir, java.lang.String filename)
          Creates a MP3File instance that represents the file with the specified name in the specified directory.
MP3File(java.lang.String dir, java.lang.String filename)
          Creates a File instance whose pathname is the pathname of the specified directory, followed by the separator character, followed by the name argument.
ID3v2Frame(java.lang.String id, byte[] content, boolean tag_alter_preservation, boolean file_alter_preservation, boolean read_only, byte compression_type, byte encryption_id, byte group)
          Creates a new ID3v2 frame
ID3v2Frame(java.io.InputStream in)
          Creates a new ID3v2 frame from a stream.