Uses of Class
edu.harvard.hul.ois.jhove.ModuleBase
-
Packages that use ModuleBase Package Description edu.harvard.hul.ois.jhove Contains the classes needed for building a JHOVE application.edu.harvard.hul.ois.jhove.module Contains the main classes for JHOVE modules. -
-
Uses of ModuleBase in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove with parameters of type ModuleBase Modifier and Type Method Description static intModuleBase. readByteBuf(DataInputStream stream, byte[] buf, ModuleBase counted)Reads into a byte buffer from a DataInputStream.static doubleModuleBase. readDouble(DataInputStream stream, boolean endian, ModuleBase counted)static floatModuleBase. readFloat(DataInputStream stream, boolean endian, ModuleBase counted)static intModuleBase. readSignedByte(DataInputStream stream, ModuleBase counted)static intModuleBase. readSignedInt(DataInputStream stream, boolean endian, ModuleBase counted)static longModuleBase. readSignedLong(DataInputStream stream, boolean bigEndian, ModuleBase counted)Reads eight bytes as a signed 64-bit value from a DataInputStream.static RationalModuleBase. readSignedRational(DataInputStream stream, boolean endian, ModuleBase counted)static intModuleBase. readSignedShort(DataInputStream stream, boolean endian, ModuleBase counted)static intModuleBase. readUnsignedByte(DataInputStream stream, ModuleBase counted)Reads an unsigned byte from a DataInputStream.static longModuleBase. readUnsignedInt(DataInputStream stream, boolean bigEndian, ModuleBase counted)Reads four bytes as an unsigned 32-bit value from a DataInputStream.static RationalModuleBase. readUnsignedRational(DataInputStream stream, boolean endian, ModuleBase counted)static intModuleBase. readUnsignedShort(DataInputStream stream, boolean bigEndian, ModuleBase counted)Reads two bytes as an unsigned short value from a DataInputStream.longModuleBase. skipBytes(DataInputStream stream, long bytesToSkip, ModuleBase counted)Skip over some bytes. -
Uses of ModuleBase in edu.harvard.hul.ois.jhove.module
Subclasses of ModuleBase in edu.harvard.hul.ois.jhove.module Modifier and Type Class Description classBytestreamModuleModule for analysis of content as a byte stream.
-