Uses of Class
edu.harvard.hul.ois.jhove.RepInfo
Packages that use RepInfo
Package
Description
Contains the classes needed for building a JHOVE application.
Contains the main classes for JHOVE output handlers.
Contains the main classes for JHOVE modules.
-
Uses of RepInfo in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove with parameters of type RepInfoModifier and TypeMethodDescriptionvoidCallback allowing post-parse, pre-show analysis of object representation information.voidCallback allowing post-parse, pre-show analysis of object representation information.voidModule.checkSignatures(File file, InputStream stream, RepInfo info) Check if the digital object conforms to this Module's internal signature information.voidModule.checkSignatures(File file, RandomAccessFile raf, RepInfo info) Check if the digital object conforms to this Module's internal signature information.voidModuleBase.checkSignatures(File file, InputStream stream, RepInfo info) Check if the digital object conforms to this Module's internal signature information.voidModuleBase.checkSignatures(File file, RandomAccessFile raf, RepInfo info) Check if the digital object conforms to this Module's internal signature information.protected voidModuleBase.checksumIfRafNotCopied(RepInfo info, RandomAccessFile raf) JhoveBase.connToTempFile(URLConnection conn, RepInfo info) Saves a URLConnection's data stream to a temporary file.voidCopies all the information out of the parameter object.voidObjectIdentifier.identify(File file, RepInfo info, String parm, boolean verbose, boolean shortCheck) Perform identification on a file.protected voidintModule.parse(InputStream stream, RepInfo info, int parseIndex) Parse the content of a stream digital object and store the results in RepInfo.voidModule.parse(RandomAccessFile file, RepInfo info) Parse the content of a random access digital object and store the results in RepInfo.intModuleBase.parse(InputStream stream, RepInfo info, int parseIndex) Parse the content of a stream digital object and store the results in RepInfo.voidModuleBase.parse(RandomAccessFile file, RepInfo info) Parse the content of a random access digital object and store the results in RepInfo.booleanJhoveBase.processFile(App app, Module module, boolean verbose, File file, RepInfo info) Processes the file.protected static voidModuleBase.setChecksums(Checksummer ckSummer, RepInfo info) Set the checksum values.protected voidModuleBase.setupDataStream(InputStream stream, RepInfo info) abstract voidOutputs the information contained in a RepInfo objectvoidOutputs the information contained in a RepInfo objectprotected voidModuleBase.skipDstreamToEnd(RepInfo info) Constructors in edu.harvard.hul.ois.jhove with parameters of type RepInfo -
Uses of RepInfo in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type RepInfoModifier and TypeMethodDescriptionvoidOutputs the information contained in a RepInfo object.voidOutputs the information contained in a RepInfo objectvoidOutputs the information contained in a RepInfo objectvoidOutputs the information contained in a RepInfo objectvoidLocal extension to the standard callback that outputs the information contained in a RepInfo object. -
Uses of RepInfo in edu.harvard.hul.ois.jhove.module
Methods in edu.harvard.hul.ois.jhove.module with parameters of type RepInfoModifier and TypeMethodDescriptionvoidBytestreamModule.checkSignatures(File file, InputStream stream, RepInfo info) Check signature.final intBytestreamModule.parse(InputStream stream, RepInfo info, int parseIndex) Parse the content of a stream digital object and store the results in RepInfo.