net.sf.ext.entagged.plugins.audioformats.ogg.inforeader
Class OGGEncodingInfoReader

java.lang.Object
  extended bynet.sf.ext.entagged.plugins.audioformats.ogg.inforeader.OGGEncodingInfoReader
All Implemented Interfaces:
EncodingInfoReader

public class OGGEncodingInfoReader
extends java.lang.Object
implements EncodingInfoReader

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

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

Constructor Summary
OGGEncodingInfoReader()
           
 
Method Summary
 EncodingInfo 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

OGGEncodingInfoReader

public OGGEncodingInfoReader()
Method Detail

read

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

toString

public java.lang.String toString()