Constructor and Description |
---|
AiffFileHeader(String loggingName) |
Modifier and Type | Method and Description |
---|---|
long |
readHeader(FileChannel fc,
AiffAudioHeader aiffAudioHeader)
Reads the file header and registers the data (file type) with the given header.
|
public AiffFileHeader(String loggingName)
public long readHeader(FileChannel fc, AiffAudioHeader aiffAudioHeader) throws IOException, CannotReadException
fc
- random access fileaiffAudioHeader
- the AudioHeader
we set the read data toIOException
CannotReadException
- if the file is not a valid AIFF fileCopyright © 2005–2020 jthink.net. All rights reserved.