Uses of Class
edu.harvard.hul.ois.jhove.Checksummer
-
Packages that use Checksummer Package Description edu.harvard.hul.ois.jhove 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 Checksummer Modifier and Type Field Description protected ChecksummerModuleBase. _ckSummerMethods in edu.harvard.hul.ois.jhove that return Checksummer Modifier and Type Method Description ChecksummerChecksumInputStream. getChecksummer()Returns the Checksummer object.Methods in edu.harvard.hul.ois.jhove with parameters of type Checksummer Modifier and Type Method Description protected 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 Checksummer Constructor Description ChecksumInputStream(InputStream stream, Checksummer cksummer)Constructor.
-