Uses of Class
entagged.audioformats.AudioFile

Packages that use AudioFile
entagged.audioformats   
entagged.audioformats.generic   
 

Uses of AudioFile in entagged.audioformats
 

Methods in entagged.audioformats that return AudioFile
static AudioFile AudioFileIO.read(File f)
           Read the tag contained in the given file.
 AudioFile AudioFileIO.readFile(File f)
           Read the tag contained in the given file.
 

Uses of AudioFile in entagged.audioformats.generic
 

Methods in entagged.audioformats.generic that return AudioFile
 AudioFile AudioFileReader.read(File f)
           
 

Methods in entagged.audioformats.generic with parameters of type AudioFile
 void AudioFileModificationAdapter.fileModified(AudioFile original, File temporary)
          (overridden)
 void AudioFileModificationListener.fileModified(AudioFile original, File temporary)
          Notifies that original has been processed.
Because the audiolibrary allows format implementors to either change the original file or create a copy, it is possible that the real result is located in the original and temporary is of zero size or the original will be deleted and replaced by temporary.
 void ModificationHandler.fileModified(AudioFile original, File temporary)
          (overridden)
 void AudioFileModificationAdapter.fileWillBeModified(AudioFile file, boolean delete)
          (overridden)
 void AudioFileModificationListener.fileWillBeModified(AudioFile file, boolean delete)
          Notifies that the file is about to be modified.
 void ModificationHandler.fileWillBeModified(AudioFile file, boolean delete)
          (overridden)
 void AudioFileModificationAdapter.vetoThrown(AudioFileModificationListener cause, AudioFile original, ModifyVetoException veto)
          (overridden)
 void AudioFileModificationListener.vetoThrown(AudioFileModificationListener cause, AudioFile original, ModifyVetoException veto)
          This method notifies about a veto exception that has been thrown by another listener.
 void ModificationHandler.vetoThrown(AudioFileModificationListener cause, AudioFile original, ModifyVetoException veto)
          (overridden)
 



Copyright © 2007-2008. All Rights Reserved.