org.jaudiotagger.audio.asf
Class AsfFileReader

java.lang.Object
  extended by org.jaudiotagger.audio.generic.AudioFileReader
      extended by org.jaudiotagger.audio.asf.AsfFileReader

public class AsfFileReader
extends AudioFileReader

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

Author:
Christian Laireiter

Field Summary
 
Fields inherited from class org.jaudiotagger.audio.generic.AudioFileReader
logger
 
Constructor Summary
AsfFileReader()
           
 
Method Summary
 AudioFile read(java.io.File f)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsfFileReader

public AsfFileReader()
Method Detail

read

public AudioFile read(java.io.File f)
               throws CannotReadException,
                      java.io.IOException,
                      TagException,
                      ReadOnlyFileException,
                      InvalidAudioFrameException

Overrides:
read in class AudioFileReader
Throws:
CannotReadException
java.io.IOException
TagException
ReadOnlyFileException
InvalidAudioFrameException