public class WavInfoReader extends Object
Constructor and Description |
---|
WavInfoReader(String loggingName) |
Modifier and Type | Method and Description |
---|---|
GenericAudioHeader |
read(Path path) |
protected boolean |
readChunk(FileChannel fc,
GenericAudioHeader info)
Reads a Wav Chunk.
|
public static Logger logger
public WavInfoReader(String loggingName)
public GenericAudioHeader read(Path path) throws CannotReadException, IOException
CannotReadException
IOException
protected boolean readChunk(FileChannel fc, GenericAudioHeader info) throws IOException, CannotReadException
IOException
CannotReadException
Copyright © 2005–2020 jthink.net. All rights reserved.