Uses of Class
edu.harvard.hul.ois.jhove.Checksummer
Packages that use Checksummer
Package
Description
Contains the classes needed for building a JHOVE application.
-
Uses of Checksummer in edu.harvard.hul.ois.jhove
Fields in edu.harvard.hul.ois.jhove declared as ChecksummerMethods in edu.harvard.hul.ois.jhove that return ChecksummerModifier and TypeMethodDescriptionChecksumInputStream.getChecksummer()Returns the Checksummer object.Methods in edu.harvard.hul.ois.jhove with parameters of type ChecksummerModifier and TypeMethodDescriptionprotected voidModuleBase.calcRAChecksum(Checksummer ckSummer, RandomAccessFile raf) Calculates the checksums for a module that uses a random access file.protected static voidModuleBase.setChecksums(Checksummer ckSummer, RepInfo info) Set the checksum values.Constructors in edu.harvard.hul.ois.jhove with parameters of type ChecksummerModifierConstructorDescriptionChecksumInputStream(InputStream stream, Checksummer cksummer) Constructor.