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

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

public class OGGReader
extends java.lang.Object
implements TagReaderInterface

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

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

Constructor Summary
OGGReader()
           
 
Method Summary
 Tag read(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

OGGReader

public OGGReader()
Method Detail

read

public Tag read(java.io.File f)
         throws CannotReadException
Specified by:
read in interface TagReaderInterface
Throws:
CannotReadException

toString

public java.lang.String toString()