net.sf.ext.entagged.plugins.audioformats.flac
Class AudioFormat
java.lang.Object
net.sf.ext.entagged.plugins.audioformats.flac.AudioFormat
- All Implemented Interfaces:
- AudioFormatInterface
- public class AudioFormat
- extends java.lang.Object
- implements AudioFormatInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AudioFormat
public AudioFormat()
getSupportedTagTypes
public TagTypeInterface[] getSupportedTagTypes()
- Specified by:
getSupportedTagTypes
in interface AudioFormatInterface
getTagReaders
public TagReaderInterface[] getTagReaders()
- Specified by:
getTagReaders
in interface AudioFormatInterface
getTagType
public TagTypeInterface getTagType(java.lang.String tagType)
- Specified by:
getTagType
in interface AudioFormatInterface
getName
public java.lang.String getName()
- Specified by:
getName
in interface AudioFormatInterface
getSupportedExtensions
public java.lang.String[] getSupportedExtensions()
- Specified by:
getSupportedExtensions
in interface AudioFormatInterface
getEncodingInfoReader
public EncodingInfoReader getEncodingInfoReader()
- Specified by:
getEncodingInfoReader
in interface AudioFormatInterface
getDefaultTagType
public TagTypeInterface getDefaultTagType()
- Specified by:
getDefaultTagType
in interface AudioFormatInterface
setRootFile
public void setRootFile(java.io.File f)
- Specified by:
setRootFile
in interface AudioFormatInterface
getRootFile
public java.io.File getRootFile()
- Specified by:
getRootFile
in interface AudioFormatInterface
getInstance
public static AudioFormatInterface getInstance()
toString
public java.lang.String toString()
- Specified by:
toString
in interface AudioFormatInterface
getAuthor
public java.lang.String getAuthor()
- Specified by:
getAuthor
in interface AudioFormatInterface
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface AudioFormatInterface