entagged.audioformats.generic
Class AudioFileReader

java.lang.Object
  extended by entagged.audioformats.generic.AudioFileReader
Direct Known Subclasses:
AsfFileReader, FlacFileReader, MonkeyFileReader, Mp3FileReader, Mp4FileReader, MpcFileReader, OggFileReader, WavFileReader

public abstract class AudioFileReader
extends Object


Constructor Summary
AudioFileReader()
           
 
Method Summary
protected abstract  EncodingInfo getEncodingInfo(RandomAccessFile raf)
           
protected abstract  Tag getTag(RandomAccessFile raf)
           
 AudioFile read(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioFileReader

public AudioFileReader()
Method Detail

getEncodingInfo

protected abstract EncodingInfo getEncodingInfo(RandomAccessFile raf)
                                         throws CannotReadException,
                                                IOException
Throws:
CannotReadException
IOException

getTag

protected abstract Tag getTag(RandomAccessFile raf)
                       throws CannotReadException,
                              IOException
Throws:
CannotReadException
IOException

read

public AudioFile read(File f)
               throws CannotReadException
Throws:
CannotReadException


Copyright © 2007-2008. All Rights Reserved.