entagged.audioformats.mpc
Class MpcFileReader

java.lang.Object
  extended by entagged.audioformats.generic.AudioFileReader
      extended by entagged.audioformats.mpc.MpcFileReader

public class MpcFileReader
extends AudioFileReader


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

Constructor Detail

MpcFileReader

public MpcFileReader()
Method Detail

getEncodingInfo

protected EncodingInfo getEncodingInfo(RandomAccessFile raf)
                                throws CannotReadException,
                                       IOException
Specified by:
getEncodingInfo in class AudioFileReader
Throws:
CannotReadException
IOException

getTag

protected Tag getTag(RandomAccessFile raf)
              throws CannotReadException,
                     IOException
Specified by:
getTag in class AudioFileReader
Throws:
CannotReadException
IOException


Copyright © 2007-2008. All Rights Reserved.