edu.harvard.hul.ois.jhove.module.aiff
Class CopyrightChunk

java.lang.Object
  extended by edu.harvard.hul.ois.jhove.module.iff.Chunk
      extended by edu.harvard.hul.ois.jhove.module.aiff.TextChunk
          extended by edu.harvard.hul.ois.jhove.module.aiff.CopyrightChunk

public class CopyrightChunk
extends TextChunk

Implementation of the AIFF Copyright Chunk.

Author:
Gary McGath

Field Summary
 
Fields inherited from class edu.harvard.hul.ois.jhove.module.aiff.TextChunk
propName
 
Fields inherited from class edu.harvard.hul.ois.jhove.module.iff.Chunk
_dstream, _module, bytesLeft
 
Constructor Summary
CopyrightChunk(AiffModule module, ChunkHeader hdr, java.io.DataInputStream dstrm)
          Constructor.
 
Method Summary
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.aiff.TextChunk
readChunk, readText
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.iff.Chunk
byteBufString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyrightChunk

public CopyrightChunk(AiffModule module,
                      ChunkHeader hdr,
                      java.io.DataInputStream dstrm)
Constructor.

Parameters:
module - The AIFFModule under which this was called
hdr - The header for this chunk
dstrm - The stream from which the AIFF data are being read