net.sf.ext.entagged.plugins.audioformats.ogg
Class OGGWriter

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

public class OGGWriter
extends java.lang.Object
implements TagWriterInterface

$Id: OGGWriter.java,v 1.1 2004/09/17 07:15:34 rwaals Exp $

Version:
16 d?cembre 2003
Author:
Raphael Slinckx (KiKiDonK)

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

Constructor Detail

OGGWriter

public OGGWriter()
Method Detail

delete

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

write

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