public class WavTagReader extends Object
Constructor and Description |
---|
WavTagReader(String loggingName) |
Modifier and Type | Method and Description |
---|---|
WavTag |
read(Path path)
Read file and return tag metadata
|
protected boolean |
readChunk(FileChannel fc,
WavTag tag)
Reads Wavs Chunk that contain tag metadata
If the same chunk exists more than once in the file we would just use the last occurence
|
public static Logger logger
public WavTagReader(String loggingName)
public WavTag read(Path path) throws CannotReadException, IOException
path
- CannotReadException
IOException
protected boolean readChunk(FileChannel fc, WavTag tag) throws IOException, CannotReadException
tag
- IOException
CannotReadException
Copyright © 2005–2020 jthink.net. All rights reserved.