public class ListInfoTextChunk extends Chunk
| Constructor and Description |
|---|
ListInfoTextChunk(ModuleBase module,
ChunkHeader hdr,
java.io.DataInputStream dstrm,
java.util.List listInfoProps,
ListInfoChunk parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
readChunk(RepInfo info)
Reads a chunk and.....
|
byteBufStringpublic ListInfoTextChunk(ModuleBase module, ChunkHeader hdr, java.io.DataInputStream dstrm, java.util.List listInfoProps, ListInfoChunk parent)
module - The WaveModule under which this was calledhdr - The header for this chunkdstrm - The stream from which the WAVE data are being readlistInfoProps - A List of the Properties associated with the
ListInfoChunkparent - The ListInfoChunk within which this Chunk occurs