public class ID3Chunk extends Chunk
Modifier and Type | Field and Description |
---|---|
static Logger |
logger |
chunkData, chunkHeader
Constructor and Description |
---|
ID3Chunk(ChunkHeader chunkHeader,
ByteBuffer chunkData,
AiffTag 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 ID3Chunk(ChunkHeader chunkHeader, ByteBuffer chunkData, AiffTag tag, String loggingName)
chunkHeader
- The header for this chunkchunkData
- The content of this chunktag
- The AiffTag 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.