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

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

public class WAVWriter
extends java.lang.Object
implements TagWriterInterface


Constructor Summary
WAVWriter()
           
 
Method Summary
 void delete(java.io.File wavFile)
           
 void write(java.io.File wavFile, Tag tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WAVWriter

public WAVWriter()
Method Detail

delete

public void delete(java.io.File wavFile)
            throws CannotWriteException
Specified by:
delete in interface TagWriterInterface
Throws:
CannotWriteException

write

public void write(java.io.File wavFile,
                  Tag tag)
Specified by:
write in interface TagWriterInterface