public class WavFactChunk extends Chunk
chunkData, chunkHeader
Constructor and Description |
---|
WavFactChunk(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 WavFactChunk(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.