edu.harvard.hul.ois.jhove.module.wave
Class AXMLChunk
java.lang.Object
   edu.harvard.hul.ois.jhove.module.iff.Chunk
edu.harvard.hul.ois.jhove.module.iff.Chunk
       edu.harvard.hul.ois.jhove.module.wave.AXMLChunk
edu.harvard.hul.ois.jhove.module.wave.AXMLChunk
- public class AXMLChunk 
- extends Chunk
Implementation of the WAVE AXML Chunk, which
 contains arbitrary XML metadata, as specified in
 Specification of the Broadcast Wave Format:
 A format for audio data files in broadcasting;
 Supplement 5: <axml> Chunk
 (European Broadcasting Union)
- Author:
- Gary McGath
 
 
 
| Method Summary | 
|  boolean | readChunk(RepInfo info)Reads a chunk and puts a BroadcastAudioExtension Property into
  the RepInfo object.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AXMLChunk
public AXMLChunk(ModuleBase module,
                 ChunkHeader hdr,
                 java.io.DataInputStream dstrm)
- Constructor.
 
- Parameters:
- module- The WaveModule under which this was called
- hdr- The header for this chunk
- dstrm- The stream from which the WAVE data are being read
 
readChunk
public boolean readChunk(RepInfo info)
                  throws java.io.IOException
- Reads a chunk and puts a BroadcastAudioExtension Property into
  the RepInfo object.
 
- 
- Specified by:
- readChunkin class- Chunk
 
- 
- Parameters:
- info- RepInfo object to receive information
- Returns:
- falseif the chunk is structurally
            invalid, otherwise- true
- Throws:
- java.io.IOException