Uses of Class
org.vorbis.tageditor.exception.InvalidOggFileException

Packages that use InvalidOggFileException
org.vorbis.tageditor   
 

Uses of InvalidOggFileException in org.vorbis.tageditor
 

Methods in org.vorbis.tageditor that throw InvalidOggFileException
 void OggFile.writeFile()
          Write this OggFile instance on the filesystem, including the modification the user may have done throught the API.
 

Constructors in org.vorbis.tageditor that throw InvalidOggFileException
OggFile(java.io.File file)
          Construct a new OggFile instance based on a file existing on the filesystem.