|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.module.iff.Chunk
edu.harvard.hul.ois.jhove.module.wave.SimpleTextChunk
public abstract class SimpleTextChunk
Superclass for the very similar Note and Label chunks.
Field Summary |
---|
Fields inherited from class edu.harvard.hul.ois.jhove.module.iff.Chunk |
---|
_dstream, _module, bytesLeft |
Constructor Summary | |
---|---|
SimpleTextChunk(ModuleBase module,
ChunkHeader hdr,
java.io.DataInputStream dstrm)
Constructor. |
Method Summary | |
---|---|
protected Property |
readTextProp(WaveModule module,
java.lang.String propName)
Reads the text item, and returns a Property containing the cue point ID and the text. |
Methods inherited from class edu.harvard.hul.ois.jhove.module.iff.Chunk |
---|
byteBufString, readChunk |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleTextChunk(ModuleBase module, ChunkHeader hdr, java.io.DataInputStream dstrm)
module
- The WaveModule under which this was calledhdr
- The header for this chunkdstrm
- The stream from which the WAVE data are being readMethod Detail |
---|
protected Property readTextProp(WaveModule module, java.lang.String propName) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |