public class AnnotationChunk extends TextChunk
Constructor and Description |
---|
AnnotationChunk(AiffModule module,
ChunkHeader hdr,
java.io.DataInputStream dstrm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
readChunk(RepInfo info)
Reads a chunk and adds an Annotation property to the
module's list of annotations.
|
byteBufString
public AnnotationChunk(AiffModule module, ChunkHeader hdr, java.io.DataInputStream dstrm)
module
- The AIFFModule under which this was calledhdr
- The header for this chunkdstrm
- The stream from which the AIFF data are being readpublic boolean readChunk(RepInfo info) throws java.io.IOException