net.sf.ext.entagged.plugins.audioformats.flac
Class FLACWriter

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

public class FLACWriter
extends java.lang.Object
implements TagWriterInterface


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

Constructor Detail

FLACWriter

public FLACWriter()
Method Detail

delete

public void delete(java.io.File f)
Specified by:
delete in interface TagWriterInterface

write

public void write(java.io.File f,
                  Tag tag)
           throws CannotWriteException
Specified by:
write in interface TagWriterInterface
Throws:
CannotWriteException