public class DsfAudioFileReader extends AudioFileReader
Modifier and Type | Field and Description |
---|---|
static int |
CHUNKSIZE_LENGTH |
static int |
FILESIZE_LENGTH |
static int |
FMT_CHUNK_MIN_DATA_SIZE_ |
static int |
METADATA_OFFSET_LENGTH |
static int |
SIGNATURE_LENGTH |
logger
Constructor and Description |
---|
DsfAudioFileReader() |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
getEncodingInfo(RandomAccessFile raf) |
protected Tag |
getTag(RandomAccessFile raf) |
read
public static final int SIGNATURE_LENGTH
public static final int CHUNKSIZE_LENGTH
public static final int FILESIZE_LENGTH
public static final int METADATA_OFFSET_LENGTH
public static final int FMT_CHUNK_MIN_DATA_SIZE_
protected GenericAudioHeader getEncodingInfo(RandomAccessFile raf) throws CannotReadException, IOException
getEncodingInfo
in class AudioFileReader
CannotReadException
IOException
protected Tag getTag(RandomAccessFile raf) throws CannotReadException, IOException
getTag
in class AudioFileReader
CannotReadException
IOException
Copyright © 2005–2016 jthink.net. All rights reserved.