net.sf.ext.entagged.libraries.audioformats.interfaces
Interface TagWriterInterface

All Known Implementing Classes:
FLACWriter, OGGWriter, WAVWriter

public interface TagWriterInterface

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

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

Method Summary
 void delete(java.io.File f)
           
 void write(java.io.File f, Tag tag)
           
 

Method Detail

write

public void write(java.io.File f,
                  Tag tag)
           throws CannotWriteException
Throws:
CannotWriteException

delete

public void delete(java.io.File f)
            throws CannotWriteException
Throws:
CannotWriteException