- read4Chars(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.AiffModule
-
Reads 4 bytes and concatenates them into a String.
- read80BitDouble(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.AiffModule
-
This reads an 80-bit SANE number, aka IEEE 754
extended double.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.AnnotationChunk
-
Reads a chunk and adds an Annotation property to the
module's list of annotations.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.ApplicationChunk
-
Reads a chunk and puts an Application property into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.AudioRecChunk
-
Reads a chunk and puts an AudioRecording property into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.CommentsChunk
-
Reads a chunk and puts a Comments property into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.CommonChunk
-
Reads a chunk and puts various properties into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.FormatVersionChunk
-
Reads a chunk and puts a FormatVersion property into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.InstrumentChunk
-
Reads a chunk and puts an Instrument property into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.MarkerChunk
-
Reads a chunk and puts a Markers property into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.MidiChunk
-
Reads a chunk and puts an MIDI property into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.SaxelChunk
-
Reads a chunk and puts a "Saxels" property into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.SoundDataChunk
-
Reads a chunk and puts a SoundData property into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.aiff.TextChunk
-
Reads a chunk and puts appropriate information into
the RepInfo object.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.AiffModule
-
Reads an AIFF Chunk.
- readChunk(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.iff.Chunk
-
Reads a chunk and puts appropriate information into the RepInfo object.
- readFileType(RepInfo) - Method in class edu.harvard.hul.ois.jhove.module.AiffModule
-
Reads the file type.
- readHeader(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.iff.ChunkHeader
-
Reads and validates the header of a chunk.
- readPascalString(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.AiffModule
-
Reads a Pascal string.
- readSignedShort(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.AiffModule
-
One-argument version of readSignedShort.
- readText() - Method in class edu.harvard.hul.ois.jhove.module.aiff.TextChunk
-
Reads the chunk's text data.
- readUnsignedInt(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.AiffModule
-
One-argument version of readUnsignedInt.
- readUnsignedShort(DataInputStream) - Method in class edu.harvard.hul.ois.jhove.module.AiffModule
-
One-argument version of readUnsignedShort.