entagged.audioformats.generic
Class AudioFileReader
java.lang.Object
entagged.audioformats.generic.AudioFileReader
- Direct Known Subclasses:
- AsfFileReader, FlacFileReader, MonkeyFileReader, Mp3FileReader, Mp4FileReader, MpcFileReader, OggFileReader, WavFileReader
public abstract class AudioFileReader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AudioFileReader
public AudioFileReader()
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.