public class WavId3Chunk extends Chunk
Modifier and Type | Field and Description |
---|---|
static Logger |
logger |
chunkData, chunkHeader
Constructor and Description |
---|
WavId3Chunk(ByteBuffer chunkData,
ChunkHeader chunkHeader,
WavTag tag,
String loggingName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
readChunk()
Reads a chunk and puts appropriate information into
the RepInfo object.
|
public static Logger logger
public WavId3Chunk(ByteBuffer chunkData, ChunkHeader chunkHeader, WavTag tag, String loggingName)
chunkData
- The content of this chunkchunkHeader
- The header for this chunktag
- The WavTag into which information is storedloggingName
- 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.