net.sf.ext.entagged.plugins.audioformats.wav
Class AudioFormat

java.lang.Object
  extended bynet.sf.ext.entagged.plugins.audioformats.wav.AudioFormat
All Implemented Interfaces:
AudioFormatInterface

public class AudioFormat
extends java.lang.Object
implements AudioFormatInterface


Constructor Summary
AudioFormat()
           
 
Method Summary
 java.lang.String getAuthor()
           
 TagTypeInterface getDefaultTagType()
           
 java.lang.String getDescription()
           
 EncodingInfoReader getEncodingInfoReader()
           
static AudioFormatInterface getInstance()
           
 java.lang.String getName()
           
 java.io.File getRootFile()
           
 java.lang.String[] getSupportedExtensions()
           
 TagTypeInterface[] getSupportedTagTypes()
           
 TagReaderInterface[] getTagReaders()
           
 TagTypeInterface getTagType(java.lang.String tagType)
           
 void setRootFile(java.io.File f)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AudioFormat

public AudioFormat()
Method Detail

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