public class WavRIFFHeader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
RIFF_SIGNATURE |
static String |
WAVE_SIGNATURE |
Constructor and Description |
---|
WavRIFFHeader() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isValidHeader(String loggingName,
FileChannel fc) |
public static final String RIFF_SIGNATURE
public static final String WAVE_SIGNATURE
public static boolean isValidHeader(String loggingName, FileChannel fc) throws IOException, CannotReadException
IOException
CannotReadException
Copyright © 2005–2020 jthink.net. All rights reserved.