public class WavFormatChunk extends Chunk
Modifier and Type | Field and Description |
---|---|
static Logger |
logger |
chunkData, chunkHeader
Constructor and Description |
---|
WavFormatChunk(ByteBuffer chunkData,
ChunkHeader hdr,
GenericAudioHeader info) |
Modifier and Type | Method and Description |
---|---|
boolean |
readChunk()
Reads a chunk and puts appropriate information into
the RepInfo object.
|
String |
toString() |
public static Logger logger
public WavFormatChunk(ByteBuffer chunkData, ChunkHeader hdr, GenericAudioHeader info) throws IOException
IOException
public boolean readChunk() throws IOException
Chunk
readChunk
in class Chunk
false
if the chunk is structurally
invalid, otherwise true
IOException
Copyright © 2005–2020 jthink.net. All rights reserved.