public class AsfFileReader extends AudioFileReader
logger, MINIMUM_SIZE_FOR_VALID_AUDIO_FILE
Constructor and Description |
---|
AsfFileReader() |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
getEncodingInfo(RandomAccessFile raf)
(overridden)
|
protected AsfTag |
getTag(RandomAccessFile raf)
(overridden)
|
AudioFile |
read(File f) |
protected GenericAudioHeader getEncodingInfo(RandomAccessFile raf) throws CannotReadException, IOException
getEncodingInfo
in class AudioFileReader
CannotReadException
IOException
AudioFileReader.getEncodingInfo(java.io.RandomAccessFile)
protected AsfTag getTag(RandomAccessFile raf) throws CannotReadException, IOException
getTag
in class AudioFileReader
CannotReadException
IOException
AudioFileReader.getTag(java.io.RandomAccessFile)
public AudioFile read(File f) throws CannotReadException, IOException, TagException, ReadOnlyFileException, InvalidAudioFrameException
read
in class AudioFileReader
CannotReadException
IOException
TagException
ReadOnlyFileException
InvalidAudioFrameException
Copyright © 2005–2020 jthink.net. All rights reserved.