entagged.audioformats.asf
Class AsfFileReader

java.lang.Object
  extended by entagged.audioformats.generic.AudioFileReader
      extended by entagged.audioformats.asf.AsfFileReader

public class AsfFileReader
extends AudioFileReader

This reader can read asf files containing any content (stream type).

Author:
Christian Laireiter

Constructor Summary
AsfFileReader()
           
 
Method Summary
protected  EncodingInfo getEncodingInfo(RandomAccessFile raf)
          (overridden)
protected  Tag getTag(RandomAccessFile raf)
          (overridden)
 
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

AsfFileReader

public AsfFileReader()
Method Detail

getEncodingInfo

protected EncodingInfo getEncodingInfo(RandomAccessFile raf)
                                throws CannotReadException,
                                       IOException
(overridden)

Specified by:
getEncodingInfo in class AudioFileReader
Throws:
CannotReadException
IOException
See Also:
AudioFileReader.getEncodingInfo(java.io.RandomAccessFile)

getTag

protected Tag getTag(RandomAccessFile raf)
              throws CannotReadException,
                     IOException
(overridden)

Specified by:
getTag in class AudioFileReader
Throws:
CannotReadException
IOException
See Also:
AudioFileReader.getTag(java.io.RandomAccessFile)


Copyright © 2007-2008. All Rights Reserved.