public class WavFileReader extends AudioFileReader
Modifier and Type | Field and Description |
---|---|
private WavInfoReader |
ir |
logger
Constructor and Description |
---|
WavFileReader() |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
getEncodingInfo(java.io.RandomAccessFile raf) |
protected Tag |
getTag(java.io.RandomAccessFile raf) |
read
private WavInfoReader ir
protected GenericAudioHeader getEncodingInfo(java.io.RandomAccessFile raf) throws CannotReadException, java.io.IOException
getEncodingInfo
in class AudioFileReader
CannotReadException
java.io.IOException
protected Tag getTag(java.io.RandomAccessFile raf) throws CannotReadException
getTag
in class AudioFileReader
CannotReadException
Copyright © 2005-2013 java.net. All Rights Reserved.