Uses of Class
org.jaudiotagger.audio.exceptions.ReadOnlyFileException

Packages that use ReadOnlyFileException
org.jaudiotagger.audio   
org.jaudiotagger.audio.asf   
org.jaudiotagger.audio.generic   
org.jaudiotagger.audio.mp3   
 

Uses of ReadOnlyFileException in org.jaudiotagger.audio
 

Methods in org.jaudiotagger.audio that throw ReadOnlyFileException
protected  java.io.RandomAccessFile AudioFile.checkFilePermissions(java.io.File file, boolean readOnly)
          Checks the file is accessible with the correct permissions, otherwise exception occurs
static AudioFile AudioFileIO.read(java.io.File f)
          

Read the tag contained in the given file.

 AudioFile AudioFileIO.readFile(java.io.File f)
          

Read the tag contained in the given file.

 

Uses of ReadOnlyFileException in org.jaudiotagger.audio.asf
 

Methods in org.jaudiotagger.audio.asf that throw ReadOnlyFileException
 AudioFile AsfFileReader.read(java.io.File f)
          
 

Uses of ReadOnlyFileException in org.jaudiotagger.audio.generic
 

Methods in org.jaudiotagger.audio.generic that throw ReadOnlyFileException
 AudioFile AudioFileReader.read(java.io.File f)
           
 

Uses of ReadOnlyFileException in org.jaudiotagger.audio.mp3
 

Methods in org.jaudiotagger.audio.mp3 that throw ReadOnlyFileException
 AudioFile MP3FileReader.read(java.io.File f)
           
 AudioFile MP3FileReader.readMustBeWritable(java.io.File f)
          Read
 

Constructors in org.jaudiotagger.audio.mp3 that throw ReadOnlyFileException
MP3File(java.io.File file)
          Creates a new MP3File datatype and parse the tag from the given file Object.
MP3File(java.io.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(java.io.File file, int loadOptions, boolean readOnly)
          Creates a new MP3File datatype and parse the tag from the given file Object, files can be onpened read only if required.
MP3File(java.lang.String filename)
          Creates a new MP3File datatype and parse the tag from the given filename.