entagged.audioformats.asf
Class AsfFileReader
java.lang.Object
entagged.audioformats.generic.AudioFileReader
entagged.audioformats.asf.AsfFileReader
public class AsfFileReader
- extends AudioFileReader
This reader can read asf files containing any content (stream type).
- Author:
- Christian Laireiter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsfFileReader
public AsfFileReader()
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.